fix: switch to electron-forge make command
Some checks failed
Release Electron App / release-desktop (push) Failing after 1m33s

This commit is contained in:
2026-03-02 21:58:30 +01:00
parent 3f5fdba661
commit 0b69e2a311

View File

@@ -18,16 +18,18 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Make App (Compile & Package)
# Usiamo il tuo script 'make' e gli diciamo di compilare per Linux e Windows
run: npm run make -- --platform=linux,win32 --arch=x64
- name: Make App (Linux)
run: npm run make -- --platform=linux --arch=x64
- name: Make App (Windows)
# Sfrutta Wine (incluso nel container) per compilare per Windows
run: npm run make -- --platform=win32 --arch=x64
- name: Create Gitea Release & Upload
uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch'
with:
# Electron Forge di default salva gli eseguibili finiti nella cartella 'out/make/'
files: |-
out/make/**/*.exe
out/make/**/*.zip