Skip to content

Commit 332b623

Browse files
authored
Fixed Github Action Upload NuGetForUnity.Cli NuGet package
1 parent f67df19 commit 332b623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- name: publish the NuGetForUnity.Cli NuGet package
147147
if: github.ref_type == 'tag'
148148
run: >-
149-
dotnet nuget push .\NuGetForUnity.Cli.${{ needs.determineVersionNumber.outputs.version }}.nupkg --api-key ${{secrets.NUGET_API_TOKEN}}
149+
dotnet nuget push ./NuGetForUnity.Cli.${{ needs.determineVersionNumber.outputs.version }}.nupkg --api-key ${{secrets.NUGET_API_TOKEN}}
150150
--source https://api.nuget.org/v3/index.json
151151
152152
- name: Upload NuGetForUnity.Cli NuGet package

0 commit comments

Comments
 (0)