Skip to content

Commit

Permalink
Copy artifact as post build step on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamcd committed Dec 6, 2023
1 parent fcd7dca commit de1b25d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
xcodebuild -project macOS/Arrivals.xcodeproj \
-scheme Arrivals \
-configuration Release build
ditto $BUILD_PRODUCTS_DIR macOS/target
- name: Sign
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ captures
local.properties
xcuserdata
secret.properties
/macOS/target
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1500"
version = "1.3">
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<PostActions>
<ExecutionAction
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
<ActionContent
title = "Run Script"
scriptText = "if [ &quot;${CONFIGURATION}&quot; = &quot;Release&quot; ]; then&#10; ditto &quot;$BUILT_PRODUCTS_DIR&quot; &quot;${SOURCE_ROOT}/target&quot;&#10;fi&#10;">
<EnvironmentBuildable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "49386255297F4BE700C61AE3"
BuildableName = "Arrivals.app"
BlueprintName = "Arrivals"
ReferencedContainer = "container:Arrivals.xcodeproj">
</BuildableReference>
</EnvironmentBuildable>
</ActionContent>
</ExecutionAction>
</PostActions>
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
Expand Down

0 comments on commit de1b25d

Please sign in to comment.