Browse Source

Still working on S3 Upload

QGC4.4
Don Gagne 4 years ago committed by Don Gagne
parent
commit
25adc5d7c3
  1. 2
      .github/workflows/compile_test_release.yml

2
.github/workflows/compile_test_release.yml

@ -165,7 +165,7 @@ jobs:
with: with:
args: --acl public-read args: --acl public-read
env: env:
FILE: '/github/workspace/../../_temp/shadow_build_dir/package/${{ matrix.config.artifact }}' FILE: '../../_temp/shadow_build_dir/package/${{ matrix.config.artifact }}'
S3_BUCKET: 'qgroundcontrol' S3_BUCKET: 'qgroundcontrol'
S3_KEY: 'master' S3_KEY: 'master'
AWS_REGION: 'us-west-1' AWS_REGION: 'us-west-1'

Loading…
Cancel
Save