diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 675c8cf..6cc09fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,16 +110,16 @@ jobs: profile: minimal toolchain: stable override: true - target: aarch64-apple-darwin + target: x86_64-apple-darwin - uses: actions-rs/cargo@v1 with: command: build - args: --release + args: --release --target=x86_64-apple-darwin - uses: actions-rs/cargo@v1 with: command: build args: --release --target=aarch64-apple-darwin - - run: lipo -create -output target/ubpkg target/release/ubpkg target/aarch64-apple-darwin/release/ubpkg + - run: lipo -create -output target/ubpkg target/x86_64-apple-darwin/release/ubpkg target/aarch64-apple-darwin/release/ubpkg - name: Upload Release Asset id: upload-release-asset uses: actions/upload-artifact@v1