Skip to content

Commit

Permalink
move that up
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Mar 7, 2024
1 parent 2fc14ed commit dbbf3df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit dbbf3df

Please sign in to comment.