Skip to content

Commit

Permalink
Stuff with electron workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jul 30, 2024
1 parent 0ad14cc commit 7d3c682
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/electron-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

- name: Build application and create distribution
run: npm run build:electron
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Read version from package.json
id: get_version
Expand Down Expand Up @@ -74,6 +76,8 @@ jobs:

- name: Build application and create distribution
run: npm run build:electron-mac
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Read version from package.json
id: get_version
Expand Down

0 comments on commit 7d3c682

Please sign in to comment.