File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2727 uses : cardinalby/export-env-action@v2
2828 with :
2929 envFile : ' constants.env'
30- - run : ./init-any.sh all >> $GITHUB_OUTPUT
30+ - name : init all libs
31+ run : ./init-any.sh all
3132 - name : generate src log
3233 run : |
3334 cd build/src/macos
@@ -37,13 +38,13 @@ jobs:
3738 - name : do compile macos libs
3839 run : |
3940 cd macos
40- ./compile-any.sh build >> $GITHUB_OUTPUT
41- ./compile-any.sh lipo >> $GITHUB_OUTPUT
41+ ./compile-any.sh build
42+ ./compile-any.sh lipo
4243 - name : do compile ios libs
4344 run : |
4445 cd ios
45- ./compile-any.sh build >> $GITHUB_OUTPUT
46- ./compile-any.sh lipo >> $GITHUB_OUTPUT
46+ ./compile-any.sh build
47+ ./compile-any.sh lipo
4748 - name : Zip macos libs
4849 run : |
4950 cd build/product/macos/universal
You can’t perform that action at this time.
0 commit comments