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 fb6a482 commit ddc3b53Copy full SHA for ddc3b53
β.github/workflows/package_core.yml
@@ -179,7 +179,7 @@ jobs:
179
aws-region: ${{ secrets.AWS_REGION }}
180
181
- name: Upload artifact
182
- run: aws s3 sync ${{ env.CORE_ARTIFACT }}.tar.bz2 s3://${{ secrets.S3_BUCKET }}
+ run: aws s3 cp ${{ env.CORE_ARTIFACT }}.tar.bz2 s3://${{ secrets.S3_BUCKET }}
183
184
- name: Prepare package index snippet
185
run: ./extra/gen_package_index_json.sh
0 commit comments