Skip to content

Commit

Permalink
Fix release notes formatting (#563)
Browse files Browse the repository at this point in the history
Everyone loves YAML.
  • Loading branch information
webfiltered authored Dec 25, 2024
1 parent 401b9d7 commit 8a0dfe1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/actions/build/todesktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
<details>
<details>
<summary>
<summary>
### Artifacts of current release
### Artifacts of current release
</summary>
</summary>
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
</details>
</details>"
# First get existing release notes
EXISTING_NOTES=$(gh release view ${{ inputs.RELEASE_TAG }} --json body -q .body)
Expand Down

0 comments on commit 8a0dfe1

Please sign in to comment.