Skip to content

Commit 93beb2f

Browse files
committed
Only upload on EmergeTools workflow
1 parent 04344ba commit 93beb2f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

ci_scripts/ci_post_xcodebuild.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
set -e
44

5-
if [[ "$CI_XCODE_SCHEME" != "IceCubesApp" ]]; then
6-
exit 0
7-
fi
8-
9-
if [[ "$CI_PRODUCT_PLATFORM" != "iOS" ]]; then
5+
if [[ "$CI_WORKFLOW" != "EmergeTools Upload" ]]; then
106
exit 0
117
fi
128

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

27-
repo_name='IceCubesApp'
23+
repo_name='Dimillian/IceCubesApp'
2824
tag='release'
2925
json_fields=$(cat <<EOF
3026
"filename":"${zip_path}",

0 commit comments

Comments
 (0)