Skip to content

Commit

Permalink
Merge pull request #44 from pjbgf/push-artefacts
Browse files Browse the repository at this point in the history
build: Fixes AWS upload issue
  • Loading branch information
pjbgf authored Feb 6, 2024
2 parents 892bb19 + 4a2fe7f commit c71a2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
PRODUCTION_AWS_ACCESS_KEY_ID: ${{ secrets.PRODUCTION_AWS_ACCESS_KEY_ID }}
PRODUCTION_AWS_SECRET_ACCESS_KEY: ${{ secrets.PRODUCTION_AWS_SECRET_ACCESS_KEY }}
PRODUCTION_AWS_S3_BUCKET: ${{ secrets.PRODUCTION_AWS_S3_BUCKET }}
AWS_EC2_METADATA_DISABLED: true

- run: make upload-gh
env:
Expand Down

0 comments on commit c71a2c1

Please sign in to comment.