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 8
8
LibVLC_iOS_NuGet :
9
9
if : github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id
10
10
runs-on : macos-latest
11
+ env :
12
+ VLCKIT_TAG : 3.6.1b1
13
+ IOS_NUGET : 3.6.1
11
14
steps :
12
15
- name : Checkout
13
16
uses : actions/checkout@v2
17
20
TAG="3.6.1b1"
18
21
git clone https://github.com/videolan/vlckit
19
22
cd vlckit
20
- git checkout "tags/$TAG "
23
+ git checkout "tags/$VLCKIT_TAG "
21
24
./buildMobileVLCKit.sh -f
22
25
23
26
patchBinary () {
50
53
nuget-version : ' 5.x'
51
54
- name : Create LibVLC iOS NuGet package
52
55
run : |
53
- nuget pack VideoLAN.LibVLC.iOS.nuspec
56
+ nuget pack VideoLAN.LibVLC.iOS.nuspec -Version "${IOS_NUGET}"
54
57
- name : Upload build
55
58
uses : actions/upload-artifact@v4
56
59
with :
You can’t perform that action at this time.
0 commit comments