Fixed releases-v3.json

This commit is contained in:
Kwoth
2021-09-01 19:03:00 +02:00
parent 498bcbfc9e
commit e9169c56da

View File

@@ -81,7 +81,7 @@ 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"
- echo "{ \"VersionName\":\"$CI_COMMIT_TAG\", \"DownloadLink\":\"https://cdn.nadeko.bot/dl/bot/${INSTALLER_FILE_NAME}\" }" > "${INSTALLER_OUTPUT_DIR}/releases-v3.json"
tags:
- windows