Skip to content

Commit

Permalink
workflows/release: include sigs and certs in assets
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Jun 4, 2022
1 parent 4d0c9f1 commit 9140d46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ jobs:
# created the release that triggered the action.
uses: softprops/action-gh-release@v1
with:
files: dist/*
# dist/ contains the built packages, which smoketest-artifacts/
# contains the signatures and certificates.
files: |
dist/*
smoketest-artifacts/*

0 comments on commit 9140d46

Please sign in to comment.