File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 88 LibVLC_iOS_NuGet :
99 if : github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
1010 runs-on : macos-latest
11+ env :
12+ VLCKIT_TAG : 3.6.1b1
13+ IOS_NUGET : 3.6.1
1114 steps :
1215 - name : Checkout
1316 uses : actions/checkout@v2
1720 TAG="3.6.1b1"
1821 git clone https://github.com/videolan/vlckit
1922 cd vlckit
20- git checkout "tags/$TAG "
23+ git checkout "tags/$VLCKIT_TAG "
2124 ./buildMobileVLCKit.sh -f
2225
2326 patchBinary () {
5053 nuget-version : ' 5.x'
5154 - name : Create LibVLC iOS NuGet package
5255 run : |
53- nuget pack VideoLAN.LibVLC.iOS.nuspec
56+ nuget pack VideoLAN.LibVLC.iOS.nuspec -Version "${IOS_NUGET}"
5457 - name : Upload build
5558 uses : actions/upload-artifact@v4
5659 with :
You can’t perform that action at this time.
0 commit comments