Skip to content

Commit

Permalink
Only upload on EmergeTools workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Sep 27, 2024
1 parent 04344ba commit 93beb2f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ci_scripts/ci_post_xcodebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

set -e

if [[ "$CI_XCODE_SCHEME" != "IceCubesApp" ]]; then
exit 0
fi

if [[ "$CI_PRODUCT_PLATFORM" != "iOS" ]]; then
if [[ "$CI_WORKFLOW" != "EmergeTools Upload" ]]; then
exit 0
fi

Expand All @@ -24,7 +20,7 @@ pushd $(dirname $CI_ARCHIVE_PATH)
zip -r --symlinks "$(basename $zip_path)" "$(basename $CI_ARCHIVE_PATH)"
popd

repo_name='IceCubesApp'
repo_name='Dimillian/IceCubesApp'
tag='release'
json_fields=$(cat <<EOF
"filename":"${zip_path}",
Expand Down

0 comments on commit 93beb2f

Please sign in to comment.