Skip to content

Commit 6538d57

Browse files
authored
fix nuget deployment script
fix path
1 parent 32b1cba commit 6538d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
run: dotnet pack -p:Version=${GITHUB_REF##*/} -p:FileVersion=${GITHUB_REF##*/} -p:AssemblyVersion=${GITHUB_REF##*/} -c Release src/Dahomey.Json.Attributes
2323

2424
- name: deploy
25-
run: dotnet nuget push src/Dahomey.Json/bin/Release/Dahomey.Json.Attributes.${GITHUB_REF##*/}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
25+
run: dotnet nuget push src/Dahomey.Json.Attributes/bin/Release/Dahomey.Json.Attributes.${GITHUB_REF##*/}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
2626

0 commit comments

Comments
 (0)