Skip to content

Commit 2ce211a

Browse files
committed
Fix S3 upload
1 parent fbc1d02 commit 2ce211a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
107107
with:
108108
name: package-${{ runner.os }}
109-
path: package
109+
path: artifact
110110

111111
- name: Upload to S3
112-
run: aws s3 cp --acl public-read package/* s3://grisp/platforms/grisp2/toolchain/
112+
run: aws s3 cp --recursive --acl public-read artifact/package/ s3://grisp/platforms/grisp2/toolchain/
113113
env:
114114
AWS_ACCESS_KEY_ID: ${{ secrets.GRISP_S3_ACCESS_KEY_ID }}
115115
AWS_SECRET_ACCESS_KEY: ${{ secrets.GRISP_S3_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)