mirror of
https://github.com/sern-handler/gui
synced 2026-06-28 02:02:14 +00:00
fix: please work already bro
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: Install packages
|
||||
run: yarn
|
||||
|
||||
- name: Build electron index.ts file
|
||||
run: yarn electron-ci
|
||||
|
||||
@@ -31,4 +34,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