Skip to content

Commit 01a2a0e

Browse files
chore: try to upload binaries #2 (#11)
1 parent e8be5e8 commit 01a2a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ before:
1010

1111
blobs:
1212
- provider: S3
13-
region: ${{ .Env.AWS_REGION }}
14-
bucket: ${{ .Env.AWS_S3_BUCKET_NAME }}
13+
region: "{{ .Env.AWS_REGION }}"
14+
bucket: "{{ .Env.AWS_S3_BUCKET_NAME }}"
1515

1616
extra_files:
1717
- glob: "build/{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"

0 commit comments

Comments
 (0)