mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
move that up
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -22,6 +22,9 @@ jobs:
|
||||
- name: Install packages
|
||||
run: yarn
|
||||
|
||||
- name: Build electron index.ts file
|
||||
run: yarn electron-build
|
||||
|
||||
- name: Build/release Electron app
|
||||
uses: samuelmeuli/action-electron-builder@v1
|
||||
with:
|
||||
@@ -32,9 +35,6 @@ 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') }}
|
||||
|
||||
- name: Build electron index.ts file
|
||||
run: yarn electron-build
|
||||
|
||||
- name: Move artifacts
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user