Skip to content

Commit d671b03

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

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
@@ -235,8 +235,8 @@ jobs:
235235
with:
236236
method: sha512
237237
patterns: |
238-
"*.tar.gz"
239-
"*.iso"
238+
*.tar.gz
239+
*.iso
240240
241241
- name: Update latest release
242242
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)