From 6a549260d686d93a3ab37ff0b26bf2762663f37c Mon Sep 17 00:00:00 2001 From: Wico Tang Date: Wed, 27 Mar 2024 16:33:19 +0800 Subject: [PATCH] chore: github-action: specify the download path #2 --- .github/workflows/node.js.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yaml b/.github/workflows/node.js.yaml index 152e8f3..1a36389 100644 --- a/.github/workflows/node.js.yaml +++ b/.github/workflows/node.js.yaml @@ -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