Skip to content

Commit

Permalink
uwp: fixup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhsontung authored and mfkl committed Dec 4, 2023
1 parent 7b62851 commit db864fe
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- name: Download NuGet
shell: bash
run: |
wget https://dist.nuget.org/win-x86-commandline/v5.11.0/nuget.exe
- uses: NuGet/[email protected]
with:
nuget-version: '5.x'
- name: Create NuGet folders
shell: bash
run: |
Expand All @@ -108,7 +107,7 @@ jobs:
mkdir -p build/win10-x86/native
- name: Download and extract UWP builds
env:
VLC_VERSION: 3.0.16
VLC_VERSION: 3.0.20
shell: bash
run: |
wget -O arm.zip https://code.videolan.org/videolan/libvlc-nuget/-/jobs/artifacts/master/download?job=uwp-arm
Expand Down Expand Up @@ -147,7 +146,7 @@ jobs:
- name: Package NuGet
shell: bash
run: |
mono nuget.exe pack VideoLAN.LibVLC.UWP.nuspec
nuget pack VideoLAN.LibVLC.UWP.nuspec
- name: Upload NuGet package
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit db864fe

Please sign in to comment.