mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 10:32:26 +00:00
zip only the app folder, add overwrite option to update releases
This commit is contained in:
@@ -7,7 +7,10 @@ before_install:
|
|||||||
- carthage bootstrap --platform Mac
|
- carthage bootstrap --platform Mac
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- zip -9r MacPass-continuous.zip ./build/Build/Products/Release/MacPass.app
|
- cd ./build/Build/Products/Release
|
||||||
|
- zip -9r MacPass-continuous.zip MacPass.app
|
||||||
|
- cd -
|
||||||
|
- mv ./build/Build/Products/Release/MacPass-continuous.zip .
|
||||||
|
|
||||||
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build
|
script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build
|
||||||
|
|
||||||
@@ -26,6 +29,7 @@ deploy:
|
|||||||
api_key:
|
api_key:
|
||||||
secure: AEb7fgi29S3aXFt5bXz+lq1KHISumny6bf4j06JBC5gUrSs+dW0/tmVFq68XRAqigeOQU31wwv20f7OHiy+GRYDXM2xBsX9ZBQ2IilnaXlDy/mPsNcJJJsZ2gyodi3KnU0rZtTb93me2YyU86H4Na/gtaZZUKjLwCFtGGziExD8=
|
secure: AEb7fgi29S3aXFt5bXz+lq1KHISumny6bf4j06JBC5gUrSs+dW0/tmVFq68XRAqigeOQU31wwv20f7OHiy+GRYDXM2xBsX9ZBQ2IilnaXlDy/mPsNcJJJsZ2gyodi3KnU0rZtTb93me2YyU86H4Na/gtaZZUKjLwCFtGGziExD8=
|
||||||
file: MacPass-continuous.zip
|
file: MacPass-continuous.zip
|
||||||
|
overwrite: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
repo: mstarke/MacPass
|
repo: mstarke/MacPass
|
||||||
|
|||||||
Reference in New Issue
Block a user