Skip to content

Commit 2a488d9

Browse files
committed
GitHub Actions on tags
1 parent 783b946 commit 2a488d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: 8.0.x
37+
- name: Restore dependencies
38+
run: dotnet restore ./src/SteamWebAPI2.sln
3739
- name: Pack
3840
run: dotnet pack ./src/SteamWebAPI2/SteamWebAPI2.csproj -c Release --no-build --output .
3941
- name: Publish

0 commit comments

Comments
 (0)