Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgQi committed Jul 16, 2022
1 parent 487d828 commit 0140747
Show file tree
Hide file tree
Showing 9 changed files with 412 additions and 346 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "App v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseBody: |-
See the assets to download this version and install.
> Linux: .deb, .appimage
> macOS: .app, .dmg
> Windows: .exe, .msi
releaseDraft: true
prerelease: false
includeDebug: true
Loading

0 comments on commit 0140747

Please sign in to comment.