-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor GitHub Actions workflow to separate test and publish jobs
- Split the original publish job into two separate jobs: `test-tauri` and `publish-tauri`. - Introduced a new job `update-version` to extract and update version numbers before publishing. - Enhanced platform support in the `publish-tauri` job by specifying matrix configurations for macOS, Ubuntu, and Windows. - Added condition for installing Rust targets only on macOS runners. - Added Ubuntu-specific dependencies installation step.
- Loading branch information
1 parent
ad3e849
commit 0e33fcc
Showing
1 changed file
with
57 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters