You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,9 @@ jobs:
53
53
env:
54
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
55
with:
56
-
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
57
-
releaseName: 'App v__VERSION__'
58
-
releaseBody: 'See the assets to download this version and install.'
56
+
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
57
+
releaseName: 'Kalkki v__VERSION__ Binaries'
58
+
releaseBody: '<img src="/raikasdev/kalkki/raw/master/public/kalkki.svg" height="96" width="96">\n\nYou will find the native binaries for the Kalkki application below.\n**For Apple computers with Apple Silicon (eg. M1) you need the aarch64 binary.** Mac\'s with Intel processors need the x86 one.'
0 commit comments