Skip to content

Commit afd7b59

Browse files
committed
Fix CI release action
1 parent e312c74 commit afd7b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: "Build Artifact"
5353
run: dotnet pack -o .
5454
- name: "Ship to Nuget"
55-
run: nuget push src/mParticle.Sdk/mParticle.Sdk.${{ github.event.inputs.version}}.nupkg -Source https://api.nuget.org/v3/index.json
55+
run: nuget push mParticle.Sdk.${{ github.event.inputs.version}}.nupkg -Source https://api.nuget.org/v3/index.json
5656

5757

5858

0 commit comments

Comments
 (0)