We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd43543 commit cbc91f1Copy full SHA for cbc91f1
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/upload-artifact@v2
27
with:
28
name: pngs
29
- path: *.png
+ path: "*.png"
30
31
release:
32
if: startsWith(github.ref, 'refs/tags')
0 commit comments