Skip to content

Commit 3800d65

Browse files
committed
Upload artifacts
1 parent 5ba1cb8 commit 3800d65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compress-images.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ jobs:
2020
with:
2121
githubToken: ${{ secrets.GITHUB_TOKEN }}
2222
compressOnly: true
23+
- uses: actions/upload-artifact@v4
24+
with:
25+
name: "Images"
26+
path: **/*.png

0 commit comments

Comments
 (0)