diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3d9b00d..754d367f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,9 @@ jobs: # sudo apt-get update -y sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev fi + - name: Clear nuget cache (hotfix for windows) + shell: bash + run: dotnet clean && dotnet nuget locals all --clear - name: Build the app run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo - name: Compression output