diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 6142641..12e04b6 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -74,7 +74,7 @@ jobs: git checkout FETCH_HEAD - name: Restore - run: dotnet restore src/Meezi.API/Meezi.API.csproj --configfile nuget.mirror.config + run: dotnet restore src/Meezi.API/Meezi.API.csproj --source http://mirror:8081/repository/nuget-group/index.json - name: Build run: dotnet build src/Meezi.API/Meezi.API.csproj --no-restore -c Release @@ -107,7 +107,7 @@ jobs: git checkout FETCH_HEAD - name: Restore - run: dotnet restore src/Meezi.Admin.API/Meezi.Admin.API.csproj --configfile nuget.mirror.config + run: dotnet restore src/Meezi.Admin.API/Meezi.Admin.API.csproj --source http://mirror:8081/repository/nuget-group/index.json - name: Build run: dotnet build src/Meezi.Admin.API/Meezi.Admin.API.csproj --no-restore -c Release