Skip to content

Commit 544dbde

Browse files
committed
try fix workflows
Signed-off-by: cbh778899 <[email protected]>
1 parent 30f16b8 commit 544dbde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/distribution.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [macos-latest, ubuntu-latest, windows-latest]
13+
fail-fast: false
1314

1415
runs-on: ${{ matrix.os }}
1516

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ nsis:
3030
createDesktopShortcut: true # Create desktop shortcut after installation
3131
createStartMenuShortcut: true # Create start menu shortcut
3232

33-
publish: []
33+
publish: null

0 commit comments

Comments
 (0)