Skip to content

Commit

Permalink
fix release template
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Sep 1, 2020
1 parent 8b1db58 commit 2b0ab41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ builds:
- '386'
- arm
- arm64
binary: 'terraform-provider-cloudfoundry_{{ .Version }}'
binary: 'terraform-provider-cloudfoundry_v{{ .Version }}'
archives:
- format: zip
id: zip-archive-provider
Expand Down
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
if [[ "$CPUINFO" == "arm"* ]]; then
ARCH="arm"
fi
FILENAME="${NAME}_${VERSION:1}_${OS}_${ARCH}"
FILENAME="${NAME}_${VERSION}_${OS}_${ARCH}"
if [[ "$OS" == "windows" ]]; then
FILENAME="${FILENAME}.exe"
fi
Expand Down

0 comments on commit 2b0ab41

Please sign in to comment.