Skip to content

Commit

Permalink
fix: try to fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 8, 2024
1 parent 84fcb51 commit d5690ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release
on:
push:
branches: [ "main" ]
tags:
- 'v*'
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -22,6 +23,7 @@ jobs:
gzip out/idempotent_proxy_canister.wasm
SHA256="$(sha256sum < "out/idempotent_proxy_canister.wasm.gz" | sed 's/ .*$//g')"
echo $SHA256 > "out/idempotent_proxy_canister.wasm.gz.$SHA256.txt"
ls -lah out
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit d5690ea

Please sign in to comment.