Build binaries for github.ref

This commit is contained in:
Dan Sosedoff 2020-02-11 22:49:30 -06:00
parent 9fabb602bf
commit dc390b552d

View File

@ -25,7 +25,7 @@ jobs:
- name: Upload to Amazon S3
uses: ItsKarma/aws-cli@v1.70.0
with:
args: s3 cp --acl public-read --recursive --exclude '*' --include '*' /github/workspace/.release/ s3://pgweb-github-builds/${{ github.base_ref || github.ref }}/
args: s3 cp --acl public-read --recursive --exclude '*' --include '*' /github/workspace/.release/ s3://pgweb-github-builds/${{ github.ref }}/
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}