mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
Update buildrelease.yml
This commit is contained in:
5
.github/workflows/buildrelease.yml
vendored
5
.github/workflows/buildrelease.yml
vendored
@@ -19,6 +19,9 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Build electron index.ts file
|
||||
run: npx tsc --outDir "./dist" ./electron/index.ts
|
||||
|
||||
- name: Build/release Electron app
|
||||
uses: samuelmeuli/action-electron-builder@v1
|
||||
with:
|
||||
@@ -28,4 +31,4 @@ jobs:
|
||||
|
||||
# If the commit is tagged with a version (e.g. "v1.0.0"),
|
||||
# release the app after building
|
||||
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
|
||||
Reference in New Issue
Block a user