Force architecture in GH action on Electron for Windows/Linux (#4515)

This commit is contained in:
Alexander Zinchuk 2024-05-03 14:37:52 +02:00
parent 801719a8e6
commit bade55602a

View File

@ -27,7 +27,10 @@ publish:
repo: telegram-tt
releaseType: draft
win:
target: nsis
target:
target: nsis
arch:
- x64
icon: public/icon-electron-windows.ico
nsis:
oneClick: false
@ -58,4 +61,6 @@ dmg:
linux:
category: Community
target:
- AppImage
target: AppImage
arch:
- x64