Skip to content

Commit 3ffacd0

Browse files
committed
Minor updates to .goreleaser.yml
1 parent 3c7f19e commit 3ffacd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ before:
33
- go mod tidy
44

55
builds:
6-
- main: ./cmd/cli/main.go
6+
- main: cmd/cli/main.go
77
env:
88
- CGO_ENABLED=0
99
goos:
@@ -35,15 +35,15 @@ nfpms:
3535
- deb
3636
bindir: /usr/bin
3737
contents:
38-
- src: ./scripts/pg2s3.service
38+
- src: scripts/pg2s3.service
3939
dst: /lib/systemd/system/pg2s3.service
4040
- src: pg2s3.conf
4141
dst: /etc/pg2s3.conf
4242
type: config
4343
scripts:
44-
postinstall: ./scripts/postinstall.sh
45-
preremove: ./scripts/preremove.sh
46-
postremove: ./scripts/postremove.sh
44+
postinstall: scripts/postinstall.sh
45+
preremove: scripts/preremove.sh
46+
postremove: scripts/postremove.sh
4747

4848
checksum:
4949
name_template: checksums.txt

0 commit comments

Comments
 (0)