Skip to content

Commit

Permalink
release call of changelog.md now matches actual case
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvihladremio committed Feb 9, 2023
1 parent 425d388 commit c5e6d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ date "+%H:%M:%S"
GOOS=windows GOARCH=arm64 go build -ldflags "$LDFLAGS" -o ./bin/ssdownloader.exe
zip ./bin/ssdownloader-windows-arm64.zip ./bin/ssdownloader.exe

gh release create $VERSION --title $VERSION -F changelog.md ./bin/ssdownloader-windows-arm64.zip ./bin/ssdownloader-windows-amd64.zip ./bin/ssdownloader-darwin-arm64.zip ./bin/ssdownloader-darwin-amd64.zip ./bin/ssdownloader-linux-arm64.zip ./bin/ssdownloader-linux-amd64.zip
gh release create $VERSION --title $VERSION -F CHANGELOG.md ./bin/ssdownloader-windows-arm64.zip ./bin/ssdownloader-windows-amd64.zip ./bin/ssdownloader-darwin-arm64.zip ./bin/ssdownloader-darwin-amd64.zip ./bin/ssdownloader-linux-arm64.zip ./bin/ssdownloader-linux-amd64.zip

0 comments on commit c5e6d28

Please sign in to comment.