Skip to content

Commit f15ec0c

Browse files
Fix yaml error
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent ebe2823 commit f15ec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
uses: jmgilman/actions-generate-checksum@v1
227227
with:
228228
method: sha512
229-
patterns: *.tar.gz
229+
patterns: "*.tar.gz"
230230

231231
- name: Update latest release
232232
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)