Update build.yml

This commit is contained in:
DJ2LS 2021-08-10 20:19:15 +02:00 committed by GitHub
parent b03c17b73e
commit ff91e969c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
package_manager: [npm]
package_root: ["./test/"]
//package_root: ["./test/"]
steps:
- name: Check out Git repository
@ -33,7 +33,7 @@ jobs:
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
package_root: "./test/"
package_root: "./gui/"
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}