We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42970e7 commit 8d44a8dCopy full SHA for 8d44a8d
.github/workflows/ci.yml
@@ -60,6 +60,12 @@ jobs:
60
working-directory: ./tests
61
run: python3 -m unittest
62
63
+ - name: Upload Artifacts
64
+ uses: actions/upload-artifact@v4
65
+ with:
66
+ name: images
67
+ path: images/**/*.png
68
+
69
concurrency:
70
group: ${{ github.workflow }}-${{ github.ref }}
71
cancel-in-progress: false
0 commit comments