Replace build by dist
This commit is contained in:
parent
77632ed47c
commit
d8d0344191
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build Electron app
|
- name: Build Electron app
|
||||||
run: npm run build
|
run: npm run dist
|
||||||
|
|
||||||
- name: Archive built files
|
- name: Archive built files
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
- name: Build the Electron App
|
- name: Build the Electron App
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
npm run build
|
npm run dist
|
||||||
- name: Build and Publish the Electron App to GitHub Packages
|
- name: Build and Publish the Electron App to GitHub Packages
|
||||||
uses: samuelmeuli/action-electron-builder@v2
|
uses: samuelmeuli/action-electron-builder@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user