Remove unecessary build steps from MacOS target

This commit is contained in:
G2 2024-07-17 02:09:10 -05:00 committed by GitHub
parent 483a8b41b3
commit 810002c1fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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