mirror of
https://github.com/SteamRE/DepotDownloader.git
synced 2026-02-04 05:31:18 +01:00
be a little more specific when updating the pkg
This commit is contained in:
4
.github/workflows/sk2-ci.yml
vendored
4
.github/workflows/sk2-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user