diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca54c5dec..2bfe1b3fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} if: ${{ env.NUGET_API_KEY != '' && github.event.action != 'prereleased' }} - run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate + run: dotnet nuget push ./bin/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate - name: 🚀 sleet env: @@ -53,4 +53,4 @@ jobs: if: env.SLEET_CONNECTION != '' run: | dotnet tool install -g --version 4.0.18 sleet - sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure" || echo "No packages found" \ No newline at end of file + sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure" || echo "No packages found" diff --git a/.netconfig b/.netconfig index 79114c2fd..41a1588c6 100644 --- a/.netconfig +++ b/.netconfig @@ -63,8 +63,8 @@ weak [file ".github/workflows/publish.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml - sha = b5bb972199aa6ff220dda196588b23c21bb2780f - etag = 5a85d51e8c6cc6fbda43e12b3712a1e908a8e99b0908c4033ac9f4c66e5f233e + sha = 0345b45183b708b5b2f3452614652a3df01dfdc9 + etag = 5b5a35d93eaeb5f89bcb6fa423ee972f0ccd57b8921976232389f6861ffc463e weak [file ".gitignore"] url = https://github.com/devlooped/oss/blob/main/.gitignore