We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc1d02 commit 2ce211aCopy full SHA for 2ce211a
1 file changed
.github/workflows/ci.yml
@@ -106,10 +106,10 @@ jobs:
106
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
107
with:
108
name: package-${{ runner.os }}
109
- path: package
+ path: artifact
110
111
- name: Upload to S3
112
- run: aws s3 cp --acl public-read package/* s3://grisp/platforms/grisp2/toolchain/
+ run: aws s3 cp --recursive --acl public-read artifact/package/ s3://grisp/platforms/grisp2/toolchain/
113
env:
114
AWS_ACCESS_KEY_ID: ${{ secrets.GRISP_S3_ACCESS_KEY_ID }}
115
AWS_SECRET_ACCESS_KEY: ${{ secrets.GRISP_S3_SECRET_ACCESS_KEY }}
0 commit comments