From 68dc306e657b6f7942257644edb26b1acb073a98 Mon Sep 17 00:00:00 2001 From: javex Date: Wed, 27 Sep 2023 19:13:34 +0930 Subject: [PATCH] Adjust path of uploaded compressed files --- .github/workflows/scrape-groceries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scrape-groceries.yml b/.github/workflows/scrape-groceries.yml index d9f75e1..389b9db 100644 --- a/.github/workflows/scrape-groceries.yml +++ b/.github/workflows/scrape-groceries.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/upload-artifact@v3 with: name: woolies_snapshot - path: ./output/woolies/*.json + path: ./output/woolies/ - name: Configure AWS Credentials if: ${{ github.event_name == 'schedule' }} uses: aws-actions/configure-aws-credentials@v4 @@ -39,7 +39,7 @@ jobs: - uses: actions/upload-artifact@v3 with: name: coles_snapshot - path: ./output/coles/*.json + path: ./output/coles/ - name: Configure AWS Credentials if: ${{ github.event_name == 'schedule' }} uses: aws-actions/configure-aws-credentials@v4