Skip to content

Commit bc576ef

Browse files
committed
Fixed a stupid typo in GitHub Actions workflow.
1 parent b52dab1 commit bc576ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
run: dotnet pack --no-build --no-restore --output Wokhan.Core/bin/Release/ --configuration Release -p:PackageVersion=${{ env.PACKAGE_VERSION }}
5050

5151
- name: Publish
52-
run: dotnet nuget push Wokhan.Core/bin/Release/Wokhan.Core;${{ env.PACKAGE_VERSION }}.nupkg --api-key ${{ secrets.nuget_apikey }} --source https://api.nuget.org/v3/index.json
52+
run: dotnet nuget push Wokhan.Core/bin/Release/Wokhan.Core.${{ env.PACKAGE_VERSION }}.nupkg --api-key ${{ secrets.nuget_apikey }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)