fix: switch to electron-forge make command
Some checks failed
Release Electron App / release-desktop (push) Failing after 1m33s
Some checks failed
Release Electron App / release-desktop (push) Failing after 1m33s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user