From dbbf3dfbde324e66e72308c22c4eb2aec1819269 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:53:27 +0000 Subject: [PATCH] move that up --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e65699..dd081ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: |