We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0352c68 commit 471038fCopy full SHA for 471038f
.github/workflows/publish.yml
@@ -49,7 +49,7 @@ jobs:
49
# Upload the Wasm binary to the GitHub registry
50
- uses: bytecodealliance/wkg-github-action@v3
51
with:
52
- oci-reference-without-tag: 'ghcr.io/WebAssembly/wasi/io'
+ oci-reference-without-tag: 'ghcr.io/webassembly/wasi/io'
53
file: 'wasi-io.wasm'
54
description: 'A WASI API providing I/O stream abstractions.'
55
source: 'https://github.com/webassembly/wasi'
0 commit comments