Skip to content

Commit 8d44a8d

Browse files
committed
ci: Upload generated images as artifacts
1 parent 42970e7 commit 8d44a8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
working-directory: ./tests
6161
run: python3 -m unittest
6262

63+
- name: Upload Artifacts
64+
uses: actions/upload-artifact@v4
65+
with:
66+
name: images
67+
path: images/**/*.png
68+
6369
concurrency:
6470
group: ${{ github.workflow }}-${{ github.ref }}
6571
cancel-in-progress: false

0 commit comments

Comments
 (0)