Skip to content

Commit

Permalink
Try aws s3 cp
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 19, 2024
1 parent 4beb898 commit 5089e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Build dmg
run: ./build osx --configuration=Release --exclusive
- name: Push dmg to S3
run: aws s3 sync _build/osx/CKAN.dmg s3://${AWS_S3_BUCKET} --follow-symlinks
run: aws s3 cp _build/osx/CKAN.dmg s3://${AWS_S3_BUCKET} --follow-symlinks

upload-deb:
needs:
Expand Down

0 comments on commit 5089e20

Please sign in to comment.