Skip to content

Commit

Permalink
Fix tarball location (#214)
Browse files Browse the repository at this point in the history
## Description

<!--- Please describe what this PR is going to change -->

## Why is this needed

<!--- Link to issue you have raised -->

Fixes: #

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->


## How are existing users impacted? What migration steps/scripts do we
need?

<!--- Fixes a bug, unblocks installation, removes a component of the
stack etc -->
<!--- Requires a DB migration script, etc. -->


## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
  • Loading branch information
jacobweinstock authored May 1, 2024
2 parents bf2d2e0 + ac86aca commit d538339
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 @@ -214,15 +214,15 @@ jobs:
uses: jmgilman/actions-generate-checksum@v1
with:
method: sha512
patterns: out/hook_*.tar.gz
patterns: hook_*.tar.gz

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

0 comments on commit d538339

Please sign in to comment.