Skip to content

Commit

Permalink
Merge pull request #515 from holisticode/macos-tag-fix
Browse files Browse the repository at this point in the history
Add prefix for BUCKET var
  • Loading branch information
StephenButtolph authored Oct 9, 2020
2 parents 26f3a69 + d76b2c9 commit 4bd067e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: 7z a avalanchego-macos-${{ steps.get_version.outputs.VERSION }}.zip build/avalanchego build/plugins

- name: Upload file to S3
run: aws s3 cp avalanchego-macos-${{ steps.get_version.outputs.VERSION }}.zip s3://{{ secrets.BUCKET }}/macos/
run: aws s3 cp avalanchego-macos-${{ steps.get_version.outputs.VERSION }}.zip s3://${{ secrets.BUCKET }}/macos/
env:
AWS_ACCESS_KEY_ID: ${{ secrets.UPLOAD_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.UPLOAD_KEY }}
Expand Down

0 comments on commit 4bd067e

Please sign in to comment.