Skip to content

Commit fbe5e2d

Browse files
Update NuGet publish solution
1 parent 36ef921 commit fbe5e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
dotnet-version: '10.0.x'
2525

2626
- name: Pack
27-
run: dotnet pack OpenMcdf.sln -c Release -p:ContinuousIntegrationBuild=true
27+
run: dotnet pack OpenMcdf.slnx -c Release -p:ContinuousIntegrationBuild=true
2828

2929
- name: Push
3030
run: dotnet nuget push artifacts\package\release\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)