Skip to content

Commit cbc91f1

Browse files
committed
Fix YAML syntax
1 parent bd43543 commit cbc91f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/upload-artifact@v2
2727
with:
2828
name: pngs
29-
path: *.png
29+
path: "*.png"
3030

3131
release:
3232
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)