mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-18 23:02:56 -05:00
Remove unecessary build steps from MacOS target
This commit is contained in:
parent
483a8b41b3
commit
810002c1fa
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build_utils.yml
vendored
2
.github/workflows/build_utils.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue