We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660f11a commit dd56fecCopy full SHA for dd56fec
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
find app/dist -printf '%P\n' | tar -C app/dist --no-recursion -zcvf app-dist.tar.gz -T -
85
86
- name: Publish
87
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
88
if: github.event_name == 'release'
89
with:
90
files: app-dist.tar.gz
@@ -190,7 +190,7 @@ jobs:
190
openssl dgst -sha512 ${{ env.DIST }}.tar.gz | sed 's/([^)]*)//g' | awk '{print $NF}' >> ${{ env.DIST }}.tar.gz.digest
191
192
193
194
195
196
files: |
0 commit comments