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 b5098e4 commit 933bbfbCopy full SHA for 933bbfb
.github/workflows/build-test-deploy.yml
@@ -67,5 +67,6 @@ jobs:
67
name: NuGet
68
- name: Push NuGet
69
run: |
70
+ ls
71
$tagVersion = "${{ github.ref }}".substring(11)
- dotnet nuget push ${{ github.workspace }}/TestTools.ConsolePack/IntelliTect.TestTools.Console.$tagVersion-ci2.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
72
+ dotnet nuget push /TestTools.ConsolePack/IntelliTect.TestTools.Console.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
0 commit comments