Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JADSN1894 committed Apr 25, 2024
1 parent be44a0c commit 0a3f563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
artifacts: 'sri.wasm'
artifacts: 'target/wasm32-wasi/release/sri.wasm'
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit 0a3f563

Please sign in to comment.