diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 576947f..dc1c3cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/setup-nuget@v1.2.0 + with: + nuget-version: '5.x' - name: Create NuGet folders shell: bash run: | @@ -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 @@ -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: