Skip to content

Commit 939850a

Browse files
committed
Fixing the CI/CD
1 parent ce1be43 commit 939850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Restore dependencies
2323
run: dotnet restore
2424
- name: Build
25-
run: dotnet build --no-restore
25+
run: dotnet build launcher-csharp.sln --no-restore
2626
- name: Test
2727
env:
2828
CLIENT_ID: ${{ secrets.CLIENT_ID }}

0 commit comments

Comments
 (0)