File tree Expand file tree Collapse file tree 17 files changed +58
-150
lines changed
Expand file tree Collapse file tree 17 files changed +58
-150
lines changed Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ jobs:
4444 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../tvos-src-log.md
4545 - name : do compile macos libs
4646 run : |
47- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
47+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4848 cd build/product/macos/universal
4949 zip -rq macos-universal.zip ./*
5050 - name : do compile ios libs
5151 run : |
52- ./ios /compile-any.sh -c build -l ${{ env.LIB_NAME }}
52+ ./apple /compile-any.sh -p ios -c build -l ${{ env.LIB_NAME }}
5353 cd build/product/ios/universal
5454 zip -rq ios-universal.zip ./*
5555 cd ../universal-simulator
5656 zip -rq ios-universal-simulator.zip ./*
5757 - name : do compile tvos libs
5858 run : |
59- ./tvos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
59+ ./apple /compile-any.sh -p tvos -c build -l ${{ env.LIB_NAME }}
6060 cd build/product/tvos/universal
6161 zip -rq tvos-universal.zip ./*
6262 cd ../universal-simulator
Original file line number Diff line number Diff line change 3838 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../macos-src-log.md
3939 - name : do compile macos libs
4040 run : |
41- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
41+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4242 cd build/product/macos/universal
4343 zip -rq macos-universal.zip ./*
4444 - name : Zip apple xcframework
Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ jobs:
4242 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../tvos-src-log.md
4343 - name : do compile macos libs
4444 run : |
45- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
45+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4646 cd build/product/macos/universal
4747 zip -rq macos-universal.zip ./*
4848 - name : do compile ios libs
4949 run : |
50- ./ios /compile-any.sh -c build -l ${{ env.LIB_NAME }}
50+ ./apple /compile-any.sh -p ios -c build -l ${{ env.LIB_NAME }}
5151 cd build/product/ios/universal
5252 zip -rq ios-universal.zip ./*
5353 cd ../universal-simulator
5454 zip -rq ios-universal-simulator.zip ./*
5555 - name : do compile tvos libs
5656 run : |
57- ./tvos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
57+ ./apple /compile-any.sh -p tvos -c build -l ${{ env.LIB_NAME }}
5858 cd build/product/tvos/universal
5959 zip -rq tvos-universal.zip ./*
6060 cd ../universal-simulator
Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ jobs:
4242 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../tvos-src-log.md
4343 - name : do compile macos libs
4444 run : |
45- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
45+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4646 cd build/product/macos/universal
4747 zip -rq macos-universal.zip ./*
4848 - name : do compile ios libs
4949 run : |
50- ./ios /compile-any.sh -c build -l ${{ env.LIB_NAME }}
50+ ./apple /compile-any.sh -p ios -c build -l ${{ env.LIB_NAME }}
5151 cd build/product/ios/universal
5252 zip -rq ios-universal.zip ./*
5353 cd ../universal-simulator
5454 zip -rq ios-universal-simulator.zip ./*
5555 - name : do compile tvos libs
5656 run : |
57- ./tvos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
57+ ./apple /compile-any.sh -p tvos -c build -l ${{ env.LIB_NAME }}
5858 cd build/product/tvos/universal
5959 zip -rq tvos-universal.zip ./*
6060 cd ../universal-simulator
Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ jobs:
4444 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../tvos-src-log.md
4545 - name : do compile macos libs
4646 run : |
47- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
47+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4848 cd build/product/macos/universal
4949 zip -rq macos-universal.zip ./*
5050 - name : do compile ios libs
5151 run : |
52- ./ios /compile-any.sh -c build -l ${{ env.LIB_NAME }}
52+ ./apple /compile-any.sh -p ios -c build -l ${{ env.LIB_NAME }}
5353 cd build/product/ios/universal
5454 zip -rq ios-universal.zip ./*
5555 cd ../universal-simulator
5656 zip -rq ios-universal-simulator.zip ./*
5757 - name : do compile tvos libs
5858 run : |
59- ./tvos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
59+ ./apple /compile-any.sh -p tvos -c build -l ${{ env.LIB_NAME }}
6060 cd build/product/tvos/universal
6161 zip -rq tvos-universal.zip ./*
6262 cd ../universal-simulator
Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ jobs:
4242 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../tvos-src-log.md
4343 - name : do compile macos libs
4444 run : |
45- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
45+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4646 cd build/product/macos/universal
4747 zip -rq macos-universal.zip ./*
4848 - name : do compile ios libs
4949 run : |
50- ./ios /compile-any.sh -c build -l ${{ env.LIB_NAME }}
50+ ./apple /compile-any.sh -p ios -c build -l ${{ env.LIB_NAME }}
5151 cd build/product/ios/universal
5252 zip -rq ios-universal.zip ./*
5353 cd ../universal-simulator
5454 zip -rq ios-universal-simulator.zip ./*
5555 - name : do compile tvos libs
5656 run : |
57- ./tvos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
57+ ./apple /compile-any.sh -p tvos -c build -l ${{ env.LIB_NAME }}
5858 cd build/product/tvos/universal
5959 zip -rq tvos-universal.zip ./*
6060 cd ../universal-simulator
Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ jobs:
4242 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../tvos-src-log.md
4343 - name : do compile macos libs
4444 run : |
45- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
45+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4646 cd build/product/macos/universal
4747 zip -rq macos-universal.zip ./*
4848 - name : do compile ios libs
4949 run : |
50- ./ios /compile-any.sh -c build -l ${{ env.LIB_NAME }}
50+ ./apple /compile-any.sh -p ios -c build -l ${{ env.LIB_NAME }}
5151 cd build/product/ios/universal
5252 zip -rq ios-universal.zip ./*
5353 cd ../universal-simulator
5454 zip -rq ios-universal-simulator.zip ./*
5555 - name : do compile tvos libs
5656 run : |
57- ./tvos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
57+ ./apple /compile-any.sh -p tvos -c build -l ${{ env.LIB_NAME }}
5858 cd build/product/tvos/universal
5959 zip -rq tvos-universal.zip ./*
6060 cd ../universal-simulator
Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ jobs:
4444 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../tvos-src-log.md
4545 - name : do compile macos libs
4646 run : |
47- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
47+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4848 cd build/product/macos/universal
4949 zip -rq macos-universal.zip ./*
5050 - name : do compile ios libs
5151 run : |
52- ./ios /compile-any.sh -c build -l ${{ env.LIB_NAME }}
52+ ./apple /compile-any.sh -p ios -c build -l ${{ env.LIB_NAME }}
5353 cd build/product/ios/universal
5454 zip -rq ios-universal.zip ./*
5555 cd ../universal-simulator
5656 zip -rq ios-universal-simulator.zip ./*
5757 - name : do compile tvos libs
5858 run : |
59- ./tvos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
59+ ./apple /compile-any.sh -p tvos -c build -l ${{ env.LIB_NAME }}
6060 cd build/product/tvos/universal
6161 zip -rq tvos-universal.zip ./*
6262 cd ../universal-simulator
Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ jobs:
4242 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../tvos-src-log.md
4343 - name : do compile macos libs
4444 run : |
45- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
45+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4646 cd build/product/macos/universal
4747 zip -rq macos-universal.zip ./*
4848 - name : do compile ios libs
4949 run : |
50- ./ios /compile-any.sh -c build -l ${{ env.LIB_NAME }}
50+ ./apple /compile-any.sh -p ios -c build -l ${{ env.LIB_NAME }}
5151 cd build/product/ios/universal
5252 zip -rq ios-universal.zip ./*
5353 cd ../universal-simulator
5454 zip -rq ios-universal-simulator.zip ./*
5555 - name : do compile tvos libs
5656 run : |
57- ./tvos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
57+ ./apple /compile-any.sh -p tvos -c build -l ${{ env.LIB_NAME }}
5858 cd build/product/tvos/universal
5959 zip -rq tvos-universal.zip ./*
6060 cd ../universal-simulator
Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ jobs:
4242 ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../tvos-src-log.md
4343 - name : do compile macos libs
4444 run : |
45- ./macos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
45+ ./apple /compile-any.sh -p macos -c build -l ${{ env.LIB_NAME }}
4646 cd build/product/macos/universal
4747 zip -rq macos-universal.zip ./*
4848 - name : do compile ios libs
4949 run : |
50- ./ios /compile-any.sh -c build -l ${{ env.LIB_NAME }}
50+ ./apple /compile-any.sh -p ios -c build -l ${{ env.LIB_NAME }}
5151 cd build/product/ios/universal
5252 zip -rq ios-universal.zip ./*
5353 cd ../universal-simulator
5454 zip -rq ios-universal-simulator.zip ./*
5555 - name : do compile tvos libs
5656 run : |
57- ./tvos /compile-any.sh -c build -l ${{ env.LIB_NAME }}
57+ ./apple /compile-any.sh -p tvos -c build -l ${{ env.LIB_NAME }}
5858 cd build/product/tvos/universal
5959 zip -rq tvos-universal.zip ./*
6060 cd ../universal-simulator
You can’t perform that action at this time.
0 commit comments