From dc390b552d9e294c90ba1a3e64a345af42acbf14 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 11 Feb 2020 22:49:30 -0600 Subject: [PATCH] Build binaries for github.ref --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index b427354..e6b915b 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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 }}