File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2121 runs-on : macos-11
2222 steps :
2323 - run : ls /Applications/Xcode*
24- - run : gtar --zstd -cf MacOSX.sdk.tar.zst $SDK_PATH
24+ - run : cp -R $SDK_PATH .
2525 env :
2626 SDK_PATH : /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
27+ - run : gtar --zstd -cf MacOSX.sdk.tar.zst MacOSX.sdk
2728 - run : gh release upload $TAG MacOSX.sdk.tar.zst -R cloudpeers/xcross
2829 env :
2930 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3334 runs-on : macos-11
3435 steps :
3536 - run : ls /Applications/Xcode*
36- - run : gtar --zstd -cf iPhoneOS.sdk.tar.zst $SDK_PATH
37+ - run : cp -R $SDK_PATH .
3738 env :
3839 SDK_PATH : /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk
40+ - run : gtar --zstd -cf iPhoneOS.sdk.tar.zst iPhoneOS.sdk
3941 - run : gh release upload $TAG iPhoneOS.sdk.tar.zst -R cloudpeers/xcross
4042 env :
4143 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments