Skip to content

Commit d538339

Browse files
Fix tarball location (#214)
## 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
2 parents bf2d2e0 + ac86aca commit d538339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ jobs:
214214
uses: jmgilman/actions-generate-checksum@v1
215215
with:
216216
method: sha512
217-
patterns: out/hook_*.tar.gz
217+
patterns: hook_*.tar.gz
218218

219219
- name: Update latest release
220220
uses: softprops/action-gh-release@v2
221221
with:
222222
name: Hook Latest Development Build
223223
body: ${{env.RELEASE_NOTES}}
224224
files: |
225-
out/hook_*.tar.gz
225+
hook_*.tar.gz
226226
checksum.txt
227227
prerelease: true
228228
tag_name: latest

0 commit comments

Comments
 (0)