Skip to content

Commit db1b895

Browse files
committed
Update list of artifacts to upload after build
1 parent 35f1267 commit db1b895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/PythonChallengeSolutions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
- name: Upload generated artifacts for the sake of ... fun!
5151
uses: actions/upload-artifact@v2
5252
with:
53-
name: images-${{ matrix.python-version }}
53+
name: artifacts-${{ matrix.python-version }}
5454
path: |
55-
*.gif
55+
src/*.cache
56+
*.pack
5657
*.png
57-
*.jpg
5858
*.wav
5959
if: ${{ always() }}

0 commit comments

Comments
 (0)