Skip to content

Commit 8b7496d

Browse files
authored
Merge pull request #46 from bytecodealliance/component-name-file-target
fix file name wkg publish
2 parents b411335 + 32c482e commit 8b7496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
id: publish
8181
uses: bytecodealliance/wkg-github-action@v5
8282
with:
83-
file: target/wasm32-wasip1/release/rust_wasi_hello.wasm
83+
file: target/wasm32-wasip1/release/${{ env.COMPONENT_NAME }}
8484
oci-reference-without-tag: ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}
8585
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
8686
description: ${{ env.COMPONENT_DESCRIPTION }}

0 commit comments

Comments
 (0)