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 202c04b commit cd4cba7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'sri.wasm'
path: ./target/wasm32-wasi/release/sri.wasm
path: './target/wasm32-wasi/release/sri.wasm'
compression-level: 9
if-no-files-found: error

Expand All @@ -66,8 +66,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: 'sri.wasm'
path: sri.wasm
- run: ls -lha ./
path: 'target/wasm32-wasi/release/sri.wasm'

- name: Bump version and push tag
id: tag_version
Expand Down

0 comments on commit cd4cba7

Please sign in to comment.