Revert "be a little more specific when updating the pkg"

This reverts commit 7b0f3135ff.
pull/417/head
Yaakov 3 years ago
parent d071ba04cd
commit b31d79f556

@ -26,8 +26,8 @@ jobs:
- name: Configure NuGet - name: Configure NuGet
run: | 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 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 add DepotDownloader/DepotDownloader.csproj package SteamKit2 --prerelease
- name: Build - name: Build
run: dotnet publish -c ${{ matrix.configuration }} -o artifacts run: dotnet publish -c ${{ matrix.configuration }} -o artifacts

Loading…
Cancel
Save