Skip to content

Commit

Permalink
try fix workflows
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <cbh778899@outlook.com>
  • Loading branch information
cbh778899 committed Sep 15, 2024
1 parent 30f16b8 commit 544dbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
fail-fast: false

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

Expand Down
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ nsis:
createDesktopShortcut: true # Create desktop shortcut after installation
createStartMenuShortcut: true # Create start menu shortcut

publish: []
publish: null

0 comments on commit 544dbde

Please sign in to comment.