We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04344ba commit 93beb2fCopy full SHA for 93beb2f
1 file changed
ci_scripts/ci_post_xcodebuild.sh
@@ -2,11 +2,7 @@
2
3
set -e
4
5
-if [[ "$CI_XCODE_SCHEME" != "IceCubesApp" ]]; then
6
- exit 0
7
-fi
8
-
9
-if [[ "$CI_PRODUCT_PLATFORM" != "iOS" ]]; then
+if [[ "$CI_WORKFLOW" != "EmergeTools Upload" ]]; then
10
exit 0
11
fi
12
@@ -24,7 +20,7 @@ pushd $(dirname $CI_ARCHIVE_PATH)
24
20
zip -r --symlinks "$(basename $zip_path)" "$(basename $CI_ARCHIVE_PATH)"
25
21
popd
26
22
27
-repo_name='IceCubesApp'
23
+repo_name='Dimillian/IceCubesApp'
28
tag='release'
29
json_fields=$(cat <<EOF
30
"filename":"${zip_path}",
0 commit comments