diff --git a/.github/workflows/github-actions-builder.yml b/.github/workflows/github-actions-builder.yml index 015bd1ce..2db36fa2 100644 --- a/.github/workflows/github-actions-builder.yml +++ b/.github/workflows/github-actions-builder.yml @@ -64,6 +64,8 @@ jobs: files: | src-tauri/target/x86_64-unknown-linux-gnu/release/**/*.deb src-tauri/target/x86_64-unknown-linux-gnu/release/**/*.AppImage + - if: matrix.platform == 'macos-latest' + run: rustup target add x86_64-apple-darwin - if: matrix.platform == 'macos-latest' run: pnpm tauri build --target x86_64-apple-darwin - if: matrix.platform == 'macos-latest'