We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149f52e commit b42e40cCopy full SHA for b42e40c
.goreleaser.yml
@@ -270,7 +270,9 @@ blobs:
270
region: us-east-1
271
directory: '/'
272
acl: public-read
273
- extra_files_only: false
+ extra_files:
274
+ - glob: ./dist/s3-versioned_*/**
275
+ extra_files_only: true
276
277
- provider: s3
278
disable: '{{ if .Prerelease }}true{{ else }}false{{ end }}'
@@ -280,7 +282,9 @@ blobs:
280
282
281
283
284
285
+ extra:files:
286
+ - glob: ./dist/s3-unversioned_*/**
287
288
289
winget:
290
-
0 commit comments