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 21
21
runs-on : macos-11
22
22
steps :
23
23
- run : ls /Applications/Xcode*
24
- - run : gtar --zstd -cf MacOSX.sdk.tar.zst $SDK_PATH
24
+ - run : cp -R $SDK_PATH .
25
25
env :
26
26
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
27
28
- run : gh release upload $TAG MacOSX.sdk.tar.zst -R cloudpeers/xcross
28
29
env :
29
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
34
runs-on : macos-11
34
35
steps :
35
36
- run : ls /Applications/Xcode*
36
- - run : gtar --zstd -cf iPhoneOS.sdk.tar.zst $SDK_PATH
37
+ - run : cp -R $SDK_PATH .
37
38
env :
38
39
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
39
41
- run : gh release upload $TAG iPhoneOS.sdk.tar.zst -R cloudpeers/xcross
40
42
env :
41
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments