mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 19:04:07 +01:00
8 lines
182 B
YAML
8 lines
182 B
YAML
# Configuration file used to unit test enhanced file map
|
|
name: "foo"
|
|
arch: "amd64"
|
|
version: "v1.2.3"
|
|
disable_globbing: true
|
|
contents:
|
|
- src: "testdata/globtest"
|
|
dst: "/etc/foo" |