Skip to content

Commit

Permalink
Be explicit with extra_files and glob in s3 blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jul 23, 2024
1 parent 149f52e commit 16a07be
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ blobs:
region: us-east-1
directory: '/'
acl: public-read
extra_files_only: false
extra_files:
- glob: ./dist/s3-versioned_*/**
extra_files_only: true

- provider: s3
disable: '{{ if .Prerelease }}true{{ else }}false{{ end }}'
Expand All @@ -280,7 +282,9 @@ blobs:
region: us-east-1
directory: '/'
acl: public-read
extra_files_only: false
extra_files:
- glob: ./dist/s3-unversioned_*/**
extra_files_only: true

winget:
-
Expand Down

0 comments on commit 16a07be

Please sign in to comment.