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
|
||||
binary: passbolt
|
||||
archives:
|
||||
replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
files:
|
||||
- completion/*
|
||||
- man/*
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
- replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
files:
|
||||
- completion/*
|
||||
- man/*
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
release:
|
||||
draft: true
|
||||
header: |
|
||||
|
|
Loading…
Add table
Reference in a new issue