diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8ab64051..dfba6f6ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,6 @@ jobs: run: | $version= &git describe --tags cd mzLib - dotnet nuget push mzLib/mzLib.${version}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${env:GITHUB_TOKEN} + dotnet nuget push mzLib.${version}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${env:GITHUB_TOKEN} env: GITHUB_TOKEN: ${{ secrets.NUGET_KEY }}