Skip to content

Commit

Permalink
fix: also build x86 macos
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <[email protected]>
  • Loading branch information
Martichou committed Jul 12, 2024
1 parent 0fc7021 commit 6c7ebb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
cache_directory: app/main/src-tauri/target
build_cmd: dmg:build
generated_bundle: dmg/RQuickShare_*.dmg
- os: macos-13
target_path: app/main
cache_directory: app/main/src-tauri/target
build_cmd: dmg:build
generated_bundle: dmg/RQuickShare_*.dmg
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
name: main
target_path: app/main
cache_directory: app/main/src-tauri/target
- os: macos-13
name: main
target_path: app/main
cache_directory: app/main/src-tauri/target
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 6c7ebb4

Please sign in to comment.