From 810002c1faecbb7f539a9dda0e93392a05478084 Mon Sep 17 00:00:00 2001 From: G2 Date: Wed, 17 Jul 2024 02:09:10 -0500 Subject: [PATCH] Remove unecessary build steps from MacOS target --- .github/workflows/build_utils.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build_utils.yml b/.github/workflows/build_utils.yml index 5387f42..8887db1 100644 --- a/.github/workflows/build_utils.yml +++ b/.github/workflows/build_utils.yml @@ -106,8 +106,6 @@ jobs: - name: '📦 Package MacOS Universal2' run: | cd ${{github.workspace}} - cargo zigbuild --manifest-path "cz/Cargo.toml" --profile production --target universal2-apple-darwin - cargo zigbuild --manifest-path "luca_pak/Cargo.toml" --profile production --target universal2-apple-darwin cargo zigbuild --manifest-path "utils/Cargo.toml" --profile production --target universal2-apple-darwin $BINARIES zip -j lbee-utils_Mac-Universal.zip target/universal2-apple-darwin/production/czutil target/universal2-apple-darwin/production/pakutil gh release upload ${{ github.ref_name }} lbee-utils_Mac-Universal.zip