Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOTNET_VERSION: 9.0
PROJECT: StarMapLoader/StarMapLoader.csproj
PROJECT: StarMap.Index/StarMap.Index.csproj

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion StarMap.Index.API/ModRepositoryClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ModRepositoryClient : IModRespositoryClient
{
private GrpcChannel _channel;
private ModRepositoryService.ModRepositoryServiceClient _client;

//Force build
public ModRepositoryClient(string repositoryUrl)
{
_channel = GrpcChannel.ForAddress(repositoryUrl);
Expand Down
Loading