diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a12ca3e..94433377 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,8 @@ jobs: - name: Pack run: dotnet pack -c Release --no-build --include-source -o ./tmp - name: Publish - run: dotnet nuget push ./temp/Inflatable.Lastfm*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate + run: dotnet nuget push ./tmp/Inflatable.Lastfm*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate - name: Upload build artifacts uses: actions/upload-artifact@v2 with: - path: ./temp/*nupkg \ No newline at end of file + path: ./tmp/*nupkg \ No newline at end of file