Skip to content

Commit 32c482e

Browse files
committed
fix file name wkg publish
1 parent b411335 commit 32c482e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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)