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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ jobs:
55
55
with:
56
56
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
57
57
releaseName: 'Kalkki v__VERSION__ Binaries'
58
-
releaseBody: '<img src="https://raw.githubusercontent.com/raikasdev/kalkki/refs/heads/master/public/kalkki.svg" height="96" width="96"><br>You will find the native binaries for the Kalkki application below.<br>**For Apple computers with Apple Silicon (eg. M1) you need the aarch64 binary.** Apple computers with Intel processors need the x86 one.'
58
+
releaseBody: '<img src="https://raw.githubusercontent.com/raikasdev/kalkki/refs/heads/master/public/kalkki.svg" height="96" width="96"><br>You will find the native binaries for the Kalkki application below.<br>**For Apple computers with Apple Silicon (eg. M1) you need the aarch64 binary.** Apple computers with Intel processors need the x64 one.'
0 commit comments