Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitddc3b53

Browse files
committed
ci: publish: use 'aws s3 cp' to upload artifacts
'aws s3 sync' expects directories as arguments, but we are uploading asingle file. Use 'aws s3 cp' instead.
1 parentfb6a482 commitddc3b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/package_core.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
aws-region:${{ secrets.AWS_REGION }}
180180

181181
-name:Upload artifact
182-
run:aws s3sync ${{ env.CORE_ARTIFACT }}.tar.bz2 s3://${{ secrets.S3_BUCKET }}
182+
run:aws s3cp ${{ env.CORE_ARTIFACT }}.tar.bz2 s3://${{ secrets.S3_BUCKET }}
183183

184184
-name:Prepare package index snippet
185185
run:./extra/gen_package_index_json.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp