Skip to content

Commit

Permalink
Merge pull request #28 from SkywardAI/bug-fix
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
cbh778899 authored Sep 15, 2024
2 parents b530d5d + 544dbde commit 8df7e7f
Show file tree
Hide file tree
Showing 3 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
File renamed without changes.

0 comments on commit 8df7e7f

Please sign in to comment.