|
|
|
@ -91,11 +91,10 @@ jobs:
@@ -91,11 +91,10 @@ jobs:
|
|
|
|
|
name: ${{ env.ARTIFACT }} |
|
|
|
|
path: ${{ runner.temp }}/shadow_build_dir/package/${{ env.ARTIFACT }} |
|
|
|
|
|
|
|
|
|
# Currently disabled since credentials are not working correctly |
|
|
|
|
- name: Upload to S3 Bucket |
|
|
|
|
if: false && github.event_name == 'push' |
|
|
|
|
if: github.event_name == 'push' |
|
|
|
|
working-directory: ${{ runner.temp }}/shadow_build_dir/package |
|
|
|
|
run: | |
|
|
|
|
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} |
|
|
|
|
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }} |
|
|
|
|
aws s3 cp ${ARTIFACT} s3://groundcontrol/master --region us-west-2 --acl public-read |
|
|
|
|
aws s3 cp ${ARTIFACT} s3://qgroundcontrol/master --region us-west-2 --acl public-read |
|
|
|
|