Replace build by dist

This commit is contained in:
Thomas Roque 2023-05-01 15:16:02 +02:00
parent 77632ed47c
commit d8d0344191

View File

@ -19,7 +19,7 @@ jobs:
run: npm install
- name: Build Electron app
run: npm run build
run: npm run dist
- name: Archive built files
uses: actions/upload-artifact@v2
@ -70,7 +70,7 @@ jobs:
- name: Build the Electron App
run: |
cd src
npm run build
npm run dist
- name: Build and Publish the Electron App to GitHub Packages
uses: samuelmeuli/action-electron-builder@v2
with: