Skip to content

Commit

Permalink
feat: add digest for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed May 5, 2023
1 parent fd342e6 commit c16ea53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,15 @@ jobs:
run: |
cp README*.md ./dist
find dist -printf '%P\n' | tar -C dist --no-recursion -zcvf ${{ env.DIST }}.tar.gz -T -
openssl dgst -sha512 ${{ env.DIST }}.tar.gz | sed 's/([^)]*)//g' >> ${{ env.DIST }}.tar.gz.digest
- name: Publish
uses: softprops/action-gh-release@v1
if: github.event_name == 'release'
with:
files: ${{ env.DIST }}.tar.gz
files: |
${{ env.DIST }}.tar.gz
${{ env.DIST }}.tar.gz.digest
docker-build:
runs-on: ubuntu-latest
Expand Down
Binary file modified resources/nginx-ui-logo-design.sketch
Binary file not shown.

0 comments on commit c16ea53

Please sign in to comment.