Edit build-and-release.yml

This commit is contained in:
Thomas Roque 2023-05-01 15:43:02 +02:00
parent b9a5a81aa4
commit 542f3e77a6

View File

@ -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: