Skip to content

Commit 714672d

Browse files
Update publish-package.yml
1 parent 85db8a4 commit 714672d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
uses: actions/setup-dotnet@v1
1616
with:
1717
dotnet-version: 3.1.301
18-
- name: Build
19-
run: dotnet build --configuration Release --no-restore
2018
- name: Publish SteamCSharp to NuGet
19+
id: publish_nuget
2120
uses: brandedoutcast/publish-nuget@v2.5.5
2221
with:
2322
PROJECT_FILE_PATH: SteamCSharp/SteamCSharp/SteamCSharp.csproj

0 commit comments

Comments
 (0)