We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64a893 commit fa8a2d4Copy full SHA for fa8a2d4
.github/workflows/dotnetTools.yml
@@ -82,4 +82,4 @@ jobs:
82
83
- name: push to nuget
84
run: |
85
- dotnet nuget push ${{github.workspace}}/src/NetCore2Blockly/NetCore2BlocklyNew/netcoreb/*symb*.*pkg --api-key ${{ secrets.NUGETAPIKEY }} --source https://api.nuget.org/v3/index.json
+ dotnet nuget push ${{github.workspace}}\src\NetCore2Blockly\NetCore2BlocklyNew\netcoreb\*symb*.*pkg --api-key ${{ secrets.NUGETAPIKEY }} --source https://api.nuget.org/v3/index.json
0 commit comments