Skip to content

Commit a815ec2

Browse files
Update artifacts location.
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 48f6655 commit a815ec2

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)