File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 45
45
env :
46
46
NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
47
47
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
49
50
50
51
- name : 🚀 sleet
51
52
env :
Original file line number Diff line number Diff line change 63
63
weak
64
64
[file ".github/workflows/publish.yml"]
65
65
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
66
- sha = 0345b45183b708b5b2f3452614652a3df01dfdc9
67
- etag = 5b5a35d93eaeb5f89bcb6fa423ee972f0ccd57b8921976232389f6861ffc463e
66
+ sha = fcfc66a8735f5338f97c7292db5f4ee83a712254
67
+ etag = e3269a4ec0a33deccb7e35b51178aa34831146a709af435fd10e659cd4dd967b
68
68
weak
69
69
[file ".gitignore"]
70
70
url = https://github.com/devlooped/oss/blob/main/.gitignore
You can’t perform that action at this time.
0 commit comments