Update buildrelease.yml

This commit is contained in:
Jacob Nguyen
2023-07-15 14:56:22 -05:00
committed by GitHub
parent 3440fcf3fe
commit 52ccc75068

View File

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