Skip to content

Commit

Permalink
Merge pull request #7 from sonicdex/fix/gh-release
Browse files Browse the repository at this point in the history
gh release fix
  • Loading branch information
sideffect0 authored Feb 2, 2024
2 parents d780db1 + 6aa89ca commit 238cf2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
run: pip3 install --user pytest
# - name: Run tests
# run: python3 -m unittest tests/icrc1_tests.py
- name: Copy Wasm Build
run: cp ./.dfx/ic/canisters/token/token.wasm token.wasm
- name: Compute Wasm Hash
run: shasum -a 256 ./token.wasm | cut -d ' ' -f 1 > token.wasm.shasum
run: shasum -a 256 ./.dfx/ic/canisters/token/token.wasm | cut -d ' ' -f 1 > token.wasm.shasum
- name: Print Wasm Hash
run: cat ./token.wasm.shasum
- name: Copy Wasm Build
run: cp ./.dfx/ic/canisters/token/token.wasm token.wasm
- name: Upload to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 238cf2b

Please sign in to comment.