diff --git a/.github/workflows/sk2-ci.yml b/.github/workflows/sk2-ci.yml index 3992a4f1..3281dd54 100644 --- a/.github/workflows/sk2-ci.yml +++ b/.github/workflows/sk2-ci.yml @@ -26,8 +26,8 @@ jobs: - name: Configure NuGet run: | - dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/SteamRE/index.json" - dotnet add DepotDownloader/DepotDownloader.csproj package SteamKit2 --prerelease + dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github https://nuget.pkg.github.com/SteamRE/index.json + dotnet add DepotDownloader/DepotDownloader.csproj package SteamKit2 --prerelease --source https://nuget.pkg.github.com/SteamRE/index.json - name: Build run: dotnet publish -c ${{ matrix.configuration }} -o artifacts