Update .github/workflows/build.yml
Some checks failed
Build / Build Launcher (push) Failing after 2m28s
Some checks failed
Build / Build Launcher (push) Failing after 2m28s
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user