Skip to content

Commit

Permalink
remove .asc file from archives of release (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide authored May 29, 2023
1 parent 1b6b758 commit 1f6bf9d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .goreleaser-archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor-amd64
- skywire-cli-amd64
Expand All @@ -306,7 +305,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor-arm64
- skywire-cli-arm64
Expand All @@ -322,7 +320,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor-arm
- skywire-cli-arm
Expand Down
1 change: 0 additions & 1 deletion .goreleaser-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor
- skywire-cli
Expand Down
5 changes: 0 additions & 5 deletions .goreleaser-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor-amd64
- skywire-cli-amd64
Expand All @@ -488,7 +487,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor-arm64
- skywire-cli-arm64
Expand All @@ -504,7 +502,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor-arm
- skywire-cli-arm
Expand All @@ -520,7 +517,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}hf'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor-armhf
- skywire-cli-armhf
Expand All @@ -536,7 +532,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor-riscv64
- skywire-cli-riscv64
Expand Down
1 change: 0 additions & 1 deletion .goreleaser-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ archives:
name_template: 'skywire-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
files:
- dmsghttp-config.json
- skycoin.asc
builds:
- skywire-visor
- skywire-cli
Expand Down

0 comments on commit 1f6bf9d

Please sign in to comment.