Skip to content

Commit

Permalink
Update artifacts location.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed May 1, 2024
1 parent 48f6655 commit a815ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,15 +219,15 @@ jobs:
uses: jmgilman/actions-generate-checksum@v1
with:
method: sha512
patterns: hook-*.tar.gz
patterns: out/*.tar.gz

- name: Update latest release
uses: softprops/action-gh-release@v2
with:
name: Hook Latest Development Build
body: ${{env.RELEASE_NOTES}}
files: |
hook-*.tar.gz
out/*.tar.gz
checksum.txt
prerelease: true
tag_name: latest

0 comments on commit a815ec2

Please sign in to comment.