Skip to content

Commit 06f209a

Browse files
timiclaude
authored andcommitted
fix: release only needs linux build, not macOS
This allows release to run even if macOS build fails. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2f7b291 commit 06f209a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ jobs:
534534
path: ./lumis/apps/web/src-tauri/target/release/bundle/deb/${{ steps.deb.outputs.path }}
535535

536536
release:
537-
needs: [get-version, build-tauri-macos, build-tauri-linux]
537+
needs: [get-version, build-tauri-linux]
538538
runs-on: ubuntu-latest
539539
permissions:
540540
contents: write

0 commit comments

Comments
 (0)