File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ jobs:
29
29
cd ..
30
30
}
31
31
32
- cd build/MobileVLCKit.xcframework/ios-arm64_armv7_armv7s/MobileVLCKit.xcframework
33
- patchBinary
34
- cd ios-arm64_i386_x86_64-simulator/MobileVLCKit.xcframework
35
- patchBinary
36
- mkdir -p $GITHUB_WORKSPACE/build/ios-device
37
- mkdir -p $GITHUB_WORKSPACE/build/ios-simulator
38
- mv ios-arm64_armv7_armv7s/DynamicMobileVLCKit.xcframework $GITHUB_WORKSPACE/build/ios-device
39
- mv ios-arm64_i386_x86_64-simulator/DynamicMobileVLCKit.xcframework $GITHUB_WORKSPACE/build/ios-simulator
40
- - name : Setup NuGet
41
- uses : nuget/setup-nuget@v1
42
- with :
43
- nuget-version : ' 5.x'
44
- - name : Create LibVLC iOS NuGet package
45
- run : |
46
- nuget pack VideoLAN.LibVLC.iOS.nuspec
32
+ # cd build/MobileVLCKit.xcframework/ios-arm64_armv7_armv7s/MobileVLCKit.xcframework
33
+ # patchBinary
34
+ # cd ios-arm64_i386_x86_64-simulator/MobileVLCKit.xcframework
35
+ # patchBinary
36
+ # mkdir -p $GITHUB_WORKSPACE/build/ios-device
37
+ # mkdir -p $GITHUB_WORKSPACE/build/ios-simulator
38
+ # mv ios-arm64_armv7_armv7s/DynamicMobileVLCKit.xcframework $GITHUB_WORKSPACE/build/ios-device
39
+ # mv ios-arm64_i386_x86_64-simulator/DynamicMobileVLCKit.xcframework $GITHUB_WORKSPACE/build/ios-simulator
40
+ # - name: Setup NuGet
41
+ # uses: nuget/setup-nuget@v1
42
+ # with:
43
+ # nuget-version: '5.x'
44
+ # - name: Create LibVLC iOS NuGet package
45
+ # run: |
46
+ # nuget pack VideoLAN.LibVLC.iOS.nuspec
47
47
- name : Upload build
48
48
uses : actions/upload-artifact@v4
49
49
with :
You can’t perform that action at this time.
0 commit comments