We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b411335 + 32c482e commit 8b7496dCopy full SHA for 8b7496d
.github/workflows/publish.yml
@@ -80,7 +80,7 @@ jobs:
80
id: publish
81
uses: bytecodealliance/wkg-github-action@v5
82
with:
83
- file: target/wasm32-wasip1/release/rust_wasi_hello.wasm
+ file: target/wasm32-wasip1/release/${{ env.COMPONENT_NAME }}
84
oci-reference-without-tag: ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}
85
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
86
description: ${{ env.COMPONENT_DESCRIPTION }}
0 commit comments