Skip to content

Commit 22b0afb

Browse files
committed
update goreleaser
1 parent 67e4725 commit 22b0afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before:
1111

1212
checksum:
1313
extra_files:
14-
- glob: ./dist/statuspage-{{ .Version }}.tar.gz
14+
- glob: ./diststatus/statuspage-*.tar.gz
1515

1616
release:
1717
prerelease: allow
@@ -21,4 +21,4 @@ release:
2121
name: mattermost-plugin-statuspage
2222

2323
extra_files:
24-
- glob: ./dist/statuspage-{{ .Version }}.tar.gz
24+
- glob: ./diststatus/statuspage-*.tar.gz

0 commit comments

Comments
 (0)