Skip to content

Commit

Permalink
Fix artifacts download dir for deploy job
Browse files Browse the repository at this point in the history
Expand it into `./`, not `./artifacts/`.
  • Loading branch information
lpsinger committed Mar 13, 2024
1 parent e7c598e commit d07d46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
run: npm ci
- name: Download artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit d07d46f

Please sign in to comment.