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 06ab7f6 commit 0367023Copy full SHA for 0367023
.goreleaser.yml
@@ -12,6 +12,10 @@ builds:
12
- linux_arm64
13
- windows_386
14
- windows_amd64
15
+ hooks:
16
+ post:
17
+ - mkdir -p ./dist/raw
18
+ - cp "{{ .Path }}" "./dist/raw/{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
19
archives:
20
- id: zip
21
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
@@ -22,6 +26,8 @@ changelog:
22
26
skip: true
23
27
checksum:
24
28
name_template: 'checksums.txt'
29
+ extra_files:
30
+ - glob: ./dist/raw/*
25
31
signs:
32
- cmd: cosign
33
signature: '${artifact}.keyless.sig'
0 commit comments