Update .github/workflows/build.yml
Some checks failed
Build / Build Launcher (push) Failing after 2m28s

This commit is contained in:
2024-01-16 18:01:20 +00:00
parent c9617b5e52
commit d364fc400b

View File

@@ -18,7 +18,7 @@ jobs:
with:
dotnet-version: '8.0.x'
- run: dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
- run: dotnet nuget add source --name yandex-cloud https://nuget.storage.yandexcloud.net/index.json
name: Add nuget source
- run: dotnet restore CringeLauncher/CringeLauncher.csproj --locked-mode