mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
fix releases-v3.json
This commit is contained in:
@@ -81,7 +81,8 @@ publish-windows:
|
||||
- dotnet publish -c Release --runtime win7-x64 /p:Version=$CI_COMMIT_TAG src/NadekoBot
|
||||
- $env:NADEKOBOT_INSTALL_VERSION = $CI_COMMIT_TAG
|
||||
- iscc.exe "/O+" ".\exe_builder.iss"
|
||||
- echo "{ \"VersionName\":\"$CI_COMMIT_TAG\", \"DownloadLink\":\"https://cdn.nadeko.bot/dl/bot/${INSTALLER_FILE_NAME}\" }" > "${INSTALLER_OUTPUT_DIR}/releases-v3.json"
|
||||
- sed -i "s/INSTALLER_FILE_NAME/$INSTALLER_FILE_NAME/g" releases-v3.json
|
||||
- mv releases-v3.json > "${INSTALLER_OUTPUT_DIR}/releases-v3.json"
|
||||
tags:
|
||||
- windows
|
||||
|
||||
|
1
releases-v3.json
Normal file
1
releases-v3.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "VersionName":"$CI_COMMIT_TAG", "DownloadLink":"https://cdn.nadeko.bot/dl/bot/INSTALLER_FILE_NAME" }
|
Reference in New Issue
Block a user