Skip to content

Commit f243d64

Browse files
committed
x64 not x86
1 parent 20c994c commit f243d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
5757
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.'
5959
releaseDraft: true
6060
prerelease: false
6161
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)