diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 49f927b..d010063 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -39,4 +39,4 @@ jobs: run: msbuild -t:pack /restore /p:Configuration=Release /p:Version=${{ steps.getVersion.outputs.result }} - name: Publish - run: nuget push bin/Release/Wokhan.UI.${{ steps.getVersion.output .result }}.nupkg -ApiKey ${{ secrets.nuget_apikey }} -Source https://api.nuget.org/v3/index.json + run: nuget push Wokhan.UI/bin/Release/Wokhan.UI.${{ steps.getVersion.outputs.result }}.nupkg -ApiKey ${{ secrets.nuget_apikey }} -Source https://api.nuget.org/v3/index.json