Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
Try to upload checksums.txt to S3
  • Loading branch information
nakfoury authored Nov 20, 2020
1 parent 55dac5c commit 67f5569
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
-
name: S3 Sync
uses: jakejarvis/s3-sync-action@v0.5.1
env:
AWS_S3_BUCKET: othelgo.com
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-west-2'
SOURCE_DIR: 'dist/checksums.txt'

0 comments on commit 67f5569

Please sign in to comment.