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
|
||||
|
||||
- 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:
|
||||
|
Loading…
Reference in New Issue
Block a user