chore: update softprops/action-gh-release to v2

This commit is contained in:
Jacky 2024-05-02 20:55:20 +08:00
parent 660f11a50e
commit dd56fecc53
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -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
@ -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: |