File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -115,18 +115,15 @@ jobs:
115115
116116 publish :
117117 macos :
118- xcode : " 12.3.0"
118+ xcode : " 10.1.0"
119+ working_directory : " ~"
119120 steps :
120- - checkout
121- - run : git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
122- - run : echo 'export SWIFTENV_ROOT="$HOME/.swiftenv"' >> $BASH_ENV
123- - run : echo 'export PATH="$SWIFTENV_ROOT/bin:$PATH"' >> $BASH_ENV
124- - run : echo 'eval "$(swiftenv init -)"' >> $BASH_ENV
125- - run : swiftenv install 5.0.3 && swiftenv global 5.0.3
121+ - checkout :
122+ path : ~/project
126123 - run : git clone https://InstabugCI:$RELEASE_GITHUB_TOKEN@github.com/Instabug/Escape.git
127- - run : cd Escape; swift build -c release -Xswiftc -static-stdlib
128- - run : cd Escape/.build/release; cp -f Escape /usr/local/bin/escape
129- - run : Escape flutter publish
124+ - run : cd Escape && swift build -c release -Xswiftc -static-stdlib
125+ - run : cd Escape/.build/release && cp -f Escape /usr/local/bin/escape
126+ - run : cd project && Escape flutter publish
130127
131128workflows :
132129 version : 2
@@ -155,7 +152,6 @@ workflows:
155152 - publish :
156153 context : cross-platform
157154 requires :
158- - hold
159155 - release
160156 filters :
161157 branches :
You can’t perform that action at this time.
0 commit comments