possible fix for actions 8

This commit is contained in:
Mikayla Fischler 2023-04-12 17:52:31 -04:00
parent 37dd52b12b
commit 36b86a4825

View File

@ -36,8 +36,10 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3.1.3
- run: mkdir shields
- run: python imgen.py 0
- run: ls ./shields/
- run: python imgen.py shields
- run: ls
- run: ls coordinator/
- run: ls shields/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: