Skip to content

Commit

Permalink
Fixed Github Action Upload NuGetForUnity.Cli NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de authored Jun 29, 2023
1 parent f67df19 commit 332b623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: publish the NuGetForUnity.Cli NuGet package
if: github.ref_type == 'tag'
run: >-
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}}
--source https://api.nuget.org/v3/index.json
- name: Upload NuGetForUnity.Cli NuGet package
Expand Down

0 comments on commit 332b623

Please sign in to comment.