We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1302b commit 8537b48Copy full SHA for 8537b48
.github/workflows/nuget-release.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
dotnet-version: '6.0.x'
16
- name: Build
17
- run: dotnet pack --configure Release --output .
+ run: dotnet pack -c Release --output .
18
19
- name: Publish
20
uses: brandedoutcast/publish-nuget@v2
0 commit comments