mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 10:58:21 +00:00
fix goreleaser.yml
This commit is contained in:
parent
3e3f46dea6
commit
19940c3c80
1 changed files with 12 additions and 12 deletions
|
@ -14,18 +14,18 @@ builds:
|
||||||
- arm64
|
- arm64
|
||||||
binary: passbolt
|
binary: passbolt
|
||||||
archives:
|
archives:
|
||||||
replacements:
|
- replacements:
|
||||||
darwin: Darwin
|
darwin: Darwin
|
||||||
linux: Linux
|
linux: Linux
|
||||||
windows: Windows
|
windows: Windows
|
||||||
386: i386
|
386: i386
|
||||||
amd64: x86_64
|
amd64: x86_64
|
||||||
files:
|
files:
|
||||||
- completion/*
|
- completion/*
|
||||||
- man/*
|
- man/*
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
release:
|
release:
|
||||||
draft: true
|
draft: true
|
||||||
header: |
|
header: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue