Skip to content

Commit 2679d77

Browse files
Update artifacts location. (#216)
## 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 48f6655 + a815ec2 commit 2679d77

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
@@ -219,15 +219,15 @@ jobs:
219219
uses: jmgilman/actions-generate-checksum@v1
220220
with:
221221
method: sha512
222-
patterns: hook-*.tar.gz
222+
patterns: out/*.tar.gz
223223

224224
- name: Update latest release
225225
uses: softprops/action-gh-release@v2
226226
with:
227227
name: Hook Latest Development Build
228228
body: ${{env.RELEASE_NOTES}}
229229
files: |
230-
hook-*.tar.gz
230+
out/*.tar.gz
231231
checksum.txt
232232
prerelease: true
233233
tag_name: latest

0 commit comments

Comments
 (0)