We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba1cb8 commit 3800d65Copy full SHA for 3800d65
.github/workflows/compress-images.yml
@@ -20,3 +20,7 @@ jobs:
20
with:
21
githubToken: ${{ secrets.GITHUB_TOKEN }}
22
compressOnly: true
23
+ - uses: actions/upload-artifact@v4
24
+ with:
25
+ name: "Images"
26
+ path: **/*.png
0 commit comments