Skip to content

Commit d7704fb

Browse files
committed
params
1 parent 5f5595d commit d7704fb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
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
@@ -17,7 +20,7 @@ jobs:
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 () {
@@ -50,7 +53,7 @@ jobs:
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:

0 commit comments

Comments
 (0)