Skip to content

Commit 4634766

Browse files
committed
mod: hardcode wasm file path
1 parent dbb5e75 commit 4634766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
id: publish
6464
uses: bytecodealliance/wkg-github-action@v5
6565
with:
66-
file: target/wasm32-wasip1/release/${{ env.COMPONENT_NAME }}.wasm
66+
file: target/wasm32-wasip1/release/rust_wasi_hello.wasm
6767
oci-reference-without-tag: ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME }}
6868
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
6969

7070
- name: Sign the wasm component
71-
run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/${{ env.COMPONENT_NAME}}@${{ steps.publish.outputs.digest }}
71+
run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}/@${{ steps.publish.outputs.digest }}

0 commit comments

Comments
 (0)