Skip to content

Commit 4b28c7a

Browse files
Fix checksum creation:
The quotes caused the checksum file to not be created. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 7fdba3c commit 4b28c7a

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
@@ -282,8 +282,8 @@ jobs:
282282
with:
283283
method: sha512
284284
patterns: |
285-
"*.tar.gz"
286-
"*.iso"
285+
*.tar.gz
286+
*.iso
287287
288288
- name: Update tag release
289289
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)