Skip to content

Commit 0c9bb93

Browse files
authored
3rd Patch for build
feat(build): use npm run build with electron-builder flags
2 parents 7dc952f + e56a471 commit 0c9bb93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
run: |
4444
npm ci
4545
46-
- name: Compile and Release Distribution Packages
46+
- name: Compile, Package and Release
4747
run: |
48-
npx electron-builder --publish always \
48+
npm run build -- \
4949
-c.appx.identityName="${{ secrets.MS_APPX_IDENTITY_NAME }}" \
5050
-c.appx.publisherDisplayName="${{ secrets.MS_APPX_PUBLISHER_DISPLAY_NAME }}" \
5151
-c.appx.publisher="${{ secrets.MS_APPX_PUBLISHER_ID }}"

0 commit comments

Comments
 (0)