We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b1cba commit 6538d57Copy full SHA for 6538d57
.github/workflows/Deploy.yml
@@ -22,5 +22,5 @@ jobs:
22
run: dotnet pack -p:Version=${GITHUB_REF##*/} -p:FileVersion=${GITHUB_REF##*/} -p:AssemblyVersion=${GITHUB_REF##*/} -c Release src/Dahomey.Json.Attributes
23
24
- 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
+ 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
26
0 commit comments