Skip to content

Commit fa8a2d4

Browse files
committed
correct slash for windows
1 parent b64a893 commit fa8a2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetTools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282

8383
- name: push to nuget
8484
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
85+
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

Comments
 (0)