Skip to content

Commit

Permalink
Fix checksum creation:
Browse files Browse the repository at this point in the history
The quotes caused the checksum file to not
be created.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Nov 14, 2024
1 parent cd3d578 commit d671b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ jobs:
with:
method: sha512
patterns: |
"*.tar.gz"
"*.iso"
*.tar.gz
*.iso
- name: Update latest release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit d671b03

Please sign in to comment.