Skip to content

Commit

Permalink
fix: download artifact into path
Browse files Browse the repository at this point in the history
  • Loading branch information
jandiralceu committed Sep 13, 2024
1 parent 4ad8a2f commit 6d634b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: public
path: public

- name: 🔍 List downloaded files
run: ls -l
Expand All @@ -63,7 +64,7 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_BUCKET_NAME }}
DISTRIBUTION_ID: ${{ secrets.AWS_DISTRIBUTION_ID }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: "/home/runner/work/jandir.co/jandir.co/public"
SOURCE_DIR: "public"

# - uses: jakejarvis/s3-sync-action@master
# name: 🚀 Deploy to S3
Expand Down

0 comments on commit 6d634b7

Please sign in to comment.