Skip to content

Commit d20e429

Browse files
committed
Update pushing packages to include snupkg again (hopefully)
1 parent bfc725a commit d20e429

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
env:
5353
KEY: ${{ secrets.NUGET_API_KEY }}
5454
run: |
55-
dotnet nuget push NetCord/bin/Release/*.*nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
56-
dotnet nuget push NetCord.Services/bin/Release/*.*nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
57-
dotnet nuget push Hosting/NetCord.Hosting/bin/Release/*.*nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
58-
dotnet nuget push Hosting/NetCord.Hosting.Services/bin/Release/*.*nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
59-
dotnet nuget push Hosting/NetCord.Hosting.AspNetCore/bin/Release/*.*nupkg -k $KEY -n -s https://api.nuget.org/v3/index.json --skip-duplicate
55+
dotnet nuget push NetCord/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
56+
dotnet nuget push NetCord.Services/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
57+
dotnet nuget push Hosting/NetCord.Hosting/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
58+
dotnet nuget push Hosting/NetCord.Hosting.Services/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
59+
dotnet nuget push Hosting/NetCord.Hosting.AspNetCore/bin/Release/*.nupkg -k $KEY -s https://api.nuget.org/v3/index.json --skip-duplicate
6060
6161
- name: Deploy Documentation
6262
uses: appleboy/[email protected]

0 commit comments

Comments
 (0)