File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4545 env :
4646 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
4747 if : ${{ env.NUGET_API_KEY != '' && github.event.action != 'prereleased' }}
48- run : dotnet nuget push ./bin/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
48+ working-directory : bin
49+ run : dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
4950
5051 - name : 🚀 sleet
5152 env :
Original file line number Diff line number Diff line change 6363 weak
6464[file ".github/workflows/publish.yml"]
6565 url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
66- sha = 0345b45183b708b5b2f3452614652a3df01dfdc9
67- etag = 5b5a35d93eaeb5f89bcb6fa423ee972f0ccd57b8921976232389f6861ffc463e
66+ sha = fcfc66a8735f5338f97c7292db5f4ee83a712254
67+ etag = e3269a4ec0a33deccb7e35b51178aa34831146a709af435fd10e659cd4dd967b
6868 weak
6969[file ".gitignore"]
7070 url = https://github.com/devlooped/oss/blob/main/.gitignore
You can’t perform that action at this time.
0 commit comments