mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update build.yml
This commit is contained in:
parent
b03c17b73e
commit
ff91e969c8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue