From b31d79f556662333c515749eee0b4219354da242 Mon Sep 17 00:00:00 2001 From: Yaakov Date: Wed, 22 Mar 2023 20:13:06 +1100 Subject: [PATCH] Revert "be a little more specific when updating the pkg" This reverts commit 7b0f3135ff1a294305433bd5e975839e96348ba2. --- .github/workflows/sk2-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sk2-ci.yml b/.github/workflows/sk2-ci.yml index 3281dd54..3992a4f1 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 --source https://nuget.pkg.github.com/SteamRE/index.json + 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 - name: Build run: dotnet publish -c ${{ matrix.configuration }} -o artifacts