Remove sudo from Nuget build
Causes failures due to PATH differences.
This commit is contained in:
2
.github/workflows/release-build.yaml
vendored
2
.github/workflows/release-build.yaml
vendored
@@ -793,4 +793,4 @@ jobs:
|
||||
NUGET_STABLE_KEY: ${{ secrets.NUGET_STABLE_KEY }}
|
||||
NUGET_UNSTABLE_KEY: ${{ secrets.NUGET_UNSTABLE_KEY }}
|
||||
run: |-
|
||||
sudo --preserve-env ./build.py ${{ env.JELLYFIN_VERSION }} nuget
|
||||
./build.py ${{ env.JELLYFIN_VERSION }} nuget
|
||||
|
||||
Reference in New Issue
Block a user