Skip to content

Commit f77115c

Browse files
committed
Fix args
1 parent a9335ea commit f77115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NuGet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: NuGet/setup-nuget@v2
1515
- uses: microsoft/setup-msbuild@v2
1616
- name: Pack
17-
run: dotnet pack /Restore /bl /p:Configuration=Release /p:Repository={{ github.repository_owner }} /p:Version=${{ github.ref_name }}
17+
run: dotnet pack /Restore /bl /p:Configuration=Release /p:Repository=${{ github.repository_owner }} /p:Version=${{ github.ref_name }}
1818
- uses: actions/upload-artifact@v4
1919
with:
2020
name: msbuild.binlog

0 commit comments

Comments
 (0)