There was an error while loading. Please reload this page.
2 parents 7dc952f + e56a471 commit 0c9bb93Copy full SHA for 0c9bb93
1 file changed
.github/workflows/release.yml
@@ -43,9 +43,9 @@ jobs:
43
run: |
44
npm ci
45
46
- - name: Compile and Release Distribution Packages
+ - name: Compile, Package and Release
47
48
- npx electron-builder --publish always \
+ npm run build -- \
49
-c.appx.identityName="${{ secrets.MS_APPX_IDENTITY_NAME }}" \
50
-c.appx.publisherDisplayName="${{ secrets.MS_APPX_PUBLISHER_DISPLAY_NAME }}" \
51
-c.appx.publisher="${{ secrets.MS_APPX_PUBLISHER_ID }}"
0 commit comments