Skip to content

Commit

Permalink
chore: try to upload binaries #2 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Mar 3, 2022
1 parent e8be5e8 commit 01a2a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ before:

blobs:
- provider: S3
region: ${{ .Env.AWS_REGION }}
bucket: ${{ .Env.AWS_S3_BUCKET_NAME }}
region: "{{ .Env.AWS_REGION }}"
bucket: "{{ .Env.AWS_S3_BUCKET_NAME }}"

extra_files:
- glob: "build/{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
Expand Down

0 comments on commit 01a2a0e

Please sign in to comment.