Edit build-and-release.yml
This commit is contained in:
parent
b9a5a81aa4
commit
542f3e77a6
11
.github/workflows/build-and-release.yml
vendored
11
.github/workflows/build-and-release.yml
vendored
@ -67,10 +67,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
npm install
|
npm install
|
||||||
- name: Build the Electron App
|
|
||||||
run: |
|
- name: Build
|
||||||
cd src
|
env:
|
||||||
npm run dist
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
run: npm run dist
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- 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