From 36b86a4825c7bac6824634c52ff5b044d92f2e0c Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 12 Apr 2023 17:52:31 -0400 Subject: [PATCH] possible fix for actions 8 --- .github/workflows/shields.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shields.yml b/.github/workflows/shields.yml index b31bb3a..30fee00 100644 --- a/.github/workflows/shields.yml +++ b/.github/workflows/shields.yml @@ -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: