Skip to content

Commit 8205bc9

Browse files
committed
GitHub Actions
1 parent 57e6f65 commit 8205bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.x
2323
- name: Restore dependencies
24-
run: dotnet restore
24+
run: dotnet restore ./src/SteamWebAPI2.sln
2525
- name: Build
2626
run: dotnet build ./src/SteamWebAPI2.sln --no-restore
2727
- name: Test

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
dotnet-version: 8.0.x
2222
- name: Restore dependencies
23-
run: dotnet restore
23+
run: dotnet restore ./src/SteamWebAPI2.sln
2424
- name: Build
2525
run: dotnet build ./src/SteamWebAPI2.sln -c Release --no-restore
2626
- name: Test

0 commit comments

Comments
 (0)