Skip to content

Commit

Permalink
build: add manual build script for windows 6
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Nov 23, 2023
1 parent f1cdc47 commit ff5e6e0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ jobs:
# if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm i

- name: Build Frontend & Electron
- name: Build Frontend & Electron TS
run: npm run buildAllElectron:noTests:prod

- name: Build Electron
run: npm run dist:win:only
- name: Build Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
build_script_name: empty
github_token: ${{ secrets.github_token }}
release: false

- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ff5e6e0

Please sign in to comment.