Skip to content

Commit f9ea33f

Browse files
committed
Minor fix of how the package is selected
1 parent 134e7c8 commit f9ea33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
dotnet pack -p:Version=$VERSION --no-build -c Release ${SOLUTION}
3636
- name: Deploy to nuget
3737
run:
38-
dotnet nuget push "source/Corral/bin/Release/Corral*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
38+
dotnet nuget push "source/Corral/bin/Release/Corral.$VERSION.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)