go-screenshot/.goreleaser.yml

23 lines
258 B
YAML

project_name: screenshot
before:
hooks:
- go mod tidy
builds:
- goos:
- linux
goarch:
- amd64
binary: '{{ .ProjectName }}.out'
archives:
- format: tar.gz
files:
- none*
checksum:
name_template: 'checksums.txt'