move that up

This commit is contained in:
2024-03-07 17:53:27 +00:00
parent 2fc14ed72d
commit dbbf3dfbde

View File

@@ -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: |