We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85db8a4 commit 714672dCopy full SHA for 714672d
1 file changed
.github/workflows/publish-package.yml
@@ -15,9 +15,8 @@ jobs:
15
uses: actions/setup-dotnet@v1
16
with:
17
dotnet-version: 3.1.301
18
- - name: Build
19
- run: dotnet build --configuration Release --no-restore
20
- name: Publish SteamCSharp to NuGet
+ id: publish_nuget
21
uses: brandedoutcast/publish-nuget@v2.5.5
22
23
PROJECT_FILE_PATH: SteamCSharp/SteamCSharp/SteamCSharp.csproj
0 commit comments