Skip to content

Commit

Permalink
use literal newlines for template
Browse files Browse the repository at this point in the history
  • Loading branch information
kasumi-1 committed Dec 15, 2023
1 parent ae7a97a commit bd81bfe
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@ jobs:
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'Amica v__VERSION__'
releaseBody: >
# Amica __VERSION__\n
\n
\n
## Download Notes\n
* `.dmg` is for **macOS**\n
* `.app.tar.gz` is for **macOS**\n
* `.exe` is for **Windows**\n
* `.msi` is for **Windows**\n
* `.AppImage` is for any **Linux 64 bit**\n
* * **Note**: Be sure to set this to executable to run it (`chmod +x`)\n
* `.deb` is for Debian (or Ubuntu) distributions\n
releaseBody: |
# Amica __VERSION__
## Download Notes
* `.dmg` is for **macOS**
* `.app.tar.gz` is for **macOS**
* `.exe` is for **Windows**
* `.msi` is for **Windows**
* `.AppImage` is for any **Linux 64 bit**
* * **Note**: Be sure to set this to executable to run it (`chmod +x`)
* `.deb` is for Debian (or Ubuntu) distributions
releaseDraft: true
prerelease: false

0 comments on commit bd81bfe

Please sign in to comment.