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