Skip to content

Commit

Permalink
update build process to use 'npm run publish' instead of 'npm run make'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Sep 3, 2024
1 parent d2f5451 commit d1f4e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build Electron app
run: |
npm run make -- --arch=${{ matrix.arch }}
npm run publish -- --arch=${{ matrix.arch }}
env:
ELECTRON_CACHE: ${{ runner.temp }}/electron
npm_config_arch: ${{ matrix.arch }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Build Electron app
run: |
npm run make -- --arch=${{ matrix.arch }}
npm run publish -- --arch=${{ matrix.arch }}
env:
ELECTRON_CACHE: ${{ runner.temp }}/electron
npm_config_arch: ${{ matrix.arch }}
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
npm install
# Build and sign the appx using Electron Forge
npm run make -- --arch=${{ matrix.arch }}
npm run publish -- --arch=${{ matrix.arch }}
env:
WINDOWS_KIT_PATH: ${{ env.WINDOWS_KIT_PATH }}
CERT_PASSWORD: ${{ secrets.CERT_PASSWORD }}
Expand Down

0 comments on commit d1f4e4a

Please sign in to comment.