mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 20:19:42 +00:00
31 lines
395 B
YAML
31 lines
395 B
YAML
before:
|
|
hooks:
|
|
- go mod download
|
|
|
|
builds:
|
|
- main: ./cmd/git-get/main.go
|
|
binary: "git-get"
|
|
goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
|
|
archives:
|
|
- replacements:
|
|
darwin: macOS
|
|
linux: Linux
|
|
windows: Windows
|
|
386: i386
|
|
amd64: x86_64
|
|
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
|
|
changelog:
|
|
skip: true
|
|
|
|
release:
|
|
github:
|
|
owner: grdl
|
|
name: git-get
|