fix gitea instance url
All checks were successful
.NET Publish / publish (push) Successful in 36s

This commit is contained in:
2023-11-27 22:56:07 +04:00
parent bd1eb98de6
commit c4dab22f95

View File

@@ -25,7 +25,7 @@ jobs:
run: dotnet build --no-restore --configuration Release Railway/Railway.csproj run: dotnet build --no-restore --configuration Release Railway/Railway.csproj
- name: Setup nuget source - name: Setup nuget source
run: dotnet nuget add source --name gitea_registry https://gitea.example.com/api/packages/just/nuget/index.json run: dotnet nuget add source --name gitea_registry https://gitea.jstdev.ru/api/packages/just/nuget/index.json
- name: Create the package - name: Create the package
env: env: