Skip to content

Commit

Permalink
chore: github-action: specify the download path #2
Browse files Browse the repository at this point in the history
  • Loading branch information
wicogohome committed Mar 27, 2024
1 parent 9b14a83 commit 6a54926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
path: dist
- name: Display structure of downloaded files
run: ls -R dist
- uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete
Expand Down

0 comments on commit 6a54926

Please sign in to comment.