mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
build dmg
This commit is contained in:
parent
76882d3fe9
commit
f2637d8bb1
1 changed files with 5 additions and 2 deletions
|
|
@ -287,13 +287,16 @@ jobs:
|
||||||
name: ZIP Bundle
|
name: ZIP Bundle
|
||||||
command: |
|
command: |
|
||||||
cd ~/MBHaxe
|
cd ~/MBHaxe
|
||||||
|
npm install -g create-dmg
|
||||||
|
create-dmg --dmg-title="Marble Blast Ultra" "MarbleBlast Ultra.app"
|
||||||
rm -rf "macos-dist/MarbleBlast Ultra.app.in"
|
rm -rf "macos-dist/MarbleBlast Ultra.app.in"
|
||||||
zip -r MBHaxe-Ultra-Mac.zip macos-dist/
|
mv "marblegame vpipeline.git.tag.dmg" "MBHaxe-Ultra-Mac.dmg"
|
||||||
|
# zip -r MBHaxe-Ultra-Mac.zip macos-dist/
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Upload to Artifact Storage
|
name: Upload to Artifact Storage
|
||||||
command: |
|
command: |
|
||||||
scp -o StrictHostKeyChecking=no -i $KEYPATH -P $PORT ~/MBHaxe/MBHaxe-Ultra-Mac.zip $REMOTEDIR/MBHaxe-Ultra-Mac.zip
|
scp -o StrictHostKeyChecking=no -i $KEYPATH -P $PORT ~/MBHaxe/MBHaxe-Ultra-Mac.dmg $REMOTEDIR/MBHaxe-Ultra-Mac.dmg
|
||||||
|
|
||||||
# - store_artifacts:
|
# - store_artifacts:
|
||||||
# path: ~/MBHaxe/MBHaxe-Platinum-Mac.zip
|
# path: ~/MBHaxe/MBHaxe-Platinum-Mac.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue