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 fd342e6 commit c16ea53Copy full SHA for c16ea53
.github/workflows/build.yml
@@ -183,12 +183,15 @@ jobs:
183
run: |
184
cp README*.md ./dist
185
find dist -printf '%P\n' | tar -C dist --no-recursion -zcvf ${{ env.DIST }}.tar.gz -T -
186
+ openssl dgst -sha512 ${{ env.DIST }}.tar.gz | sed 's/([^)]*)//g' >> ${{ env.DIST }}.tar.gz.digest
187
188
- name: Publish
189
uses: softprops/action-gh-release@v1
190
if: github.event_name == 'release'
191
with:
- files: ${{ env.DIST }}.tar.gz
192
+ files: |
193
+ ${{ env.DIST }}.tar.gz
194
+ ${{ env.DIST }}.tar.gz.digest
195
196
docker-build:
197
runs-on: ubuntu-latest
resources/nginx-ui-logo-design.sketch
80 Bytes
0 commit comments