Skip to content

Commit

Permalink
ci: Testing GoReleaser configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 30, 2024
1 parent 0003564 commit bc7d65c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,13 @@ changelog:

# https://goreleaser.com/customization/source/
source:
rlcp: true
enabled: true
name_template: '{{ .ProjectName }}-src'
format: tar.gz

# https://goreleaser.com/customization/archive/
archives:
- id: 'linux-archive'
rlcp: true
builds:
- linux
allow_different_binary_count: false
Expand All @@ -133,7 +131,6 @@ archives:
}}{{ end }}'

- id: 'windows-archive'
rlcp: true
builds:
- windows
allow_different_binary_count: false
Expand All @@ -146,7 +143,6 @@ archives:
}}{{ end }}'

- id: 'macos-archive'
rlcp: true
builds:
- macos-universal
allow_different_binary_count: false
Expand Down

0 comments on commit bc7d65c

Please sign in to comment.