Update build.yml

This commit is contained in:
DJ2LS 2021-08-08 17:46:39 +02:00 committed by GitHub
parent 16190123c8
commit 3df334f150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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