diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3c6881f..85c5bc8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,4 +32,4 @@ jobs: - name: Publish the package to nuget.org env: nuget_auth_token: ${{ secrets.nuget_token }} - run: dotnet nuget push */bin/release/*.nupkg -k $nuget_auth_token -s https://api.nuget.org/v3/index.json \ No newline at end of file + run: dotnet nuget push PingmanTools.AspNet.EncryptWeMust.1.0.1.nupkg -k $nuget_auth_token -s https://api.nuget.org/v3/index.json