Skip to content

Commit 4177938

Browse files
committed
Case sensitive
1 parent 5ae42e9 commit 4177938

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-solution.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dotnet-version: '8.0'
2323

2424
- name: Restore dependencies
25-
run: dotnet restore ./ryn-lang/ryn-lang.sln
25+
run: dotnet restore ./Ryn-lang/Ryn-lang.sln
2626

2727
- name: Build solution
28-
run: dotnet build ./ryn-lang/ryn-lang.sln --configuration Release
28+
run: dotnet build ./Ryn-lang/Ryn-lang.sln --configuration Release

.github/workflows/sonarqube-scan.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
dotnet-version: '9.0'
2929

3030
- name: Restore dependencies
31-
run: dotnet restore ./ryn-lang/ryn-lang.sln
31+
run: dotnet restore ./Ryn-lang/Ryn-lang.sln
3232

3333
- name: Build solution
34-
run: dotnet build ./ryn-lang/ryn-lang.sln --configuration Release --no-restore
34+
run: dotnet build ./Ryn-lang/Ryn-lang.sln --configuration Release --no-restore
3535

3636
- name: Install dotnet-coverage
3737
run: dotnet tool install --global dotnet-coverage

0 commit comments

Comments
 (0)