Remove unsupported artifact upload
CI / Build and Test (push) Successful in 16s
Details
CI / Build and Test (push) Successful in 16s
Details
This commit is contained in:
parent
a450daa86f
commit
7e58513ab3
|
|
@ -33,8 +33,5 @@ jobs:
|
||||||
- name: Pack NuGet (preview)
|
- name: Pack NuGet (preview)
|
||||||
run: C:\dotnet\dotnet.exe pack --configuration Release --no-build -o ./nupkg
|
run: C:\dotnet\dotnet.exe pack --configuration Release --no-build -o ./nupkg
|
||||||
|
|
||||||
- name: Upload NuGet artifact
|
- name: List NuGet packages
|
||||||
uses: actions/upload-artifact@v4
|
run: dir .\nupkg\
|
||||||
with:
|
|
||||||
name: nuget-package
|
|
||||||
path: ./nupkg/*.nupkg
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue