mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🐛 Fix path to mas binary in package script
This commit is contained in:
parent
dfbbeb015c
commit
7b3365860f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ echo "==> 🗜️ Compressing mas.xcarchive"
|
|||
zip -r mas.xcarchive.zip mas.xcarchive
|
||||
|
||||
echo "==> ️🗜️ Compressing binary"
|
||||
zip -j mas-cli.zip mas.xcarchive/Products/usr/local/bin/mas
|
||||
zip -j mas-cli.zip mas.xcarchive/Products/build/mas
|
||||
|
||||
echo -n "==> 🔢 SHA256: "
|
||||
shasum -a 256 mas-cli.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue