Skip to content

Commit

Permalink
chore: update softprops/action-gh-release to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed May 2, 2024
1 parent 660f11a commit dd56fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
find app/dist -printf '%P\n' | tar -C app/dist --no-recursion -zcvf app-dist.tar.gz -T -
- name: Publish
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: github.event_name == 'release'
with:
files: app-dist.tar.gz
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
openssl dgst -sha512 ${{ env.DIST }}.tar.gz | sed 's/([^)]*)//g' | awk '{print $NF}' >> ${{ env.DIST }}.tar.gz.digest
- name: Publish
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: github.event_name == 'release'
with:
files: |
Expand Down

0 comments on commit dd56fec

Please sign in to comment.