diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80a36d65..dacb7440 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,8 @@ jobs: - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1 with: + directories: + app:'./gui/' # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) github_token: ${{ secrets.github_token }}