remove upload artifacts, not support
All checks were successful
Publish NuGet Packages / build-and-publish (push) Successful in 30s
All checks were successful
Publish NuGet Packages / build-and-publish (push) Successful in 30s
This commit is contained in:
parent
1feb6a7169
commit
35c09f0b3e
@ -57,10 +57,4 @@ jobs:
|
|||||||
dotnet nuget push ./artifacts/*.nupkg \
|
dotnet nuget push ./artifacts/*.nupkg \
|
||||||
--api-key ${{ secrets.NUGET_API_KEY }} \
|
--api-key ${{ secrets.NUGET_API_KEY }} \
|
||||||
--source https://api.nuget.org/v3/index.json \
|
--source https://api.nuget.org/v3/index.json \
|
||||||
--skip-duplicate
|
--skip-duplicate
|
||||||
|
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: nuget-packages-${{ env.VERSION }}
|
|
||||||
path: ./artifacts/*.nupkg
|
|
Loading…
Reference in New Issue
Block a user