Skip to content

Commit

Permalink
Fix yaml error
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed May 2, 2024
1 parent ebe2823 commit f15ec0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
uses: jmgilman/actions-generate-checksum@v1
with:
method: sha512
patterns: *.tar.gz
patterns: "*.tar.gz"

- name: Update latest release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit f15ec0c

Please sign in to comment.