Skip to content

Commit 8537b48

Browse files
committed
updatint configuration argument to dotnet pack
1 parent 7c1302b commit 8537b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
dotnet-version: '6.0.x'
1616
- name: Build
17-
run: dotnet pack --configure Release --output .
17+
run: dotnet pack -c Release --output .
1818

1919
- name: Publish
2020
uses: brandedoutcast/publish-nuget@v2

0 commit comments

Comments
 (0)