Skip to content

Commit

Permalink
update srtool action
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Apr 17, 2024
1 parent dbbb926 commit 3583e57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-srtool-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

push:
tags: ["v*.*.*"]
branches: [srtool-action-fix]

jobs:
srtool:
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.srtool_build.outputs.wasm }}
asset_name: tangle-${{ matrix.features }}-srtool-wasm
file: ${{ steps.srtool_build.outputs.compact.compressed.wasm }}
asset_name: tangle-${{ matrix.features }}-srtool-compact.compressed.wasm
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 3583e57

Please sign in to comment.