Skip to content

Commit

Permalink
Merge pull request #5 from radixdlt/ios_cd_fixes
Browse files Browse the repository at this point in the history
Ios cd fixes
  • Loading branch information
CyonAlexRDX authored Feb 16, 2024
2 parents 759df04 + c6338d2 commit e915b63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
toolchain: nightly-2024-01-11
default: true
target: x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim
components: rust-std

- name: Run iOS build script
run: |
Expand Down
8 changes: 7 additions & 1 deletion scripts/ios/build-sargon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,13 @@ REL_DIR=$0:P
DIR="$( cd "$( dirname "$REL_DIR" )" && pwd )";

PARENT_DIRECTORY="${DIR%/../../*}"
echo "📦 Start of '$me' (see: '$DIR/$me'), TAG_OF_RELEASE = '$TAG_OF_RELEASE"

if $release; then
echo "📦 Start of '$me' (see: '$DIR/$me'), TAG_OF_RELEASE = '$TAG_OF_RELEASE'"
else
echo "📦 Start of '$me' (see: '$DIR/$me')"
fi

cd "$DIR"
cd "../../" # go to parent of parent, which is project root.

Expand Down

0 comments on commit e915b63

Please sign in to comment.