Skip to content

Commit

Permalink
Adjust path of uploaded compressed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Sep 27, 2023
1 parent cec2a02 commit 68dc306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scrape-groceries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 68dc306

Please sign in to comment.