Build binaries for github.ref
This commit is contained in:
parent
9fabb602bf
commit
dc390b552d
2
.github/workflows/artifacts.yml
vendored
2
.github/workflows/artifacts.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Upload to Amazon S3
|
- name: Upload to Amazon S3
|
||||||
uses: ItsKarma/aws-cli@v1.70.0
|
uses: ItsKarma/aws-cli@v1.70.0
|
||||||
with:
|
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:
|
env:
|
||||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user