Skip to content

Commit ac86aca

Browse files
Fix tarball location
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent bf2d2e0 commit ac86aca

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)