diff --git a/.github/actions/build/todesktop/action.yml b/.github/actions/build/todesktop/action.yml index a8567c22..b61f30de 100644 --- a/.github/actions/build/todesktop/action.yml +++ b/.github/actions/build/todesktop/action.yml @@ -66,22 +66,22 @@ runs: if [ -n "${{ inputs.RELEASE_TAG }}" ]; then # Create download links section DOWNLOAD_LINKS=" - ### Download Latest: - Mac (Apple Silicon): https://download.comfy.org/mac/dmg/arm64 - Windows: https://download.comfy.org/windows/nsis/x64 + ### Download Latest: + Mac (Apple Silicon): https://download.comfy.org/mac/dmg/arm64 + Windows: https://download.comfy.org/windows/nsis/x64 -
+
- + - ### Artifacts of current release + ### Artifacts of current release - + - Mac (Apple Silicon): https://download.comfy.org/${BUILD_ID}/mac/dmg/arm64 - Windows: https://download.comfy.org/${BUILD_ID}/windows/nsis/x64" + Mac (Apple Silicon): https://download.comfy.org/${BUILD_ID}/mac/dmg/arm64 + Windows: https://download.comfy.org/${BUILD_ID}/windows/nsis/x64 -
+
" # First get existing release notes EXISTING_NOTES=$(gh release view ${{ inputs.RELEASE_TAG }} --json body -q .body)