We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67df19 commit 332b623Copy full SHA for 332b623
1 file changed
.github/workflows/main.yml
@@ -146,7 +146,7 @@ jobs:
146
- name: publish the NuGetForUnity.Cli NuGet package
147
if: github.ref_type == 'tag'
148
run: >-
149
- dotnet nuget push .\NuGetForUnity.Cli.${{ needs.determineVersionNumber.outputs.version }}.nupkg --api-key ${{secrets.NUGET_API_TOKEN}}
+ dotnet nuget push ./NuGetForUnity.Cli.${{ needs.determineVersionNumber.outputs.version }}.nupkg --api-key ${{secrets.NUGET_API_TOKEN}}
150
--source https://api.nuget.org/v3/index.json
151
152
- name: Upload NuGetForUnity.Cli NuGet package
0 commit comments