Skip to content

Commit 4405777

Browse files
committed
GHA: upload nupkg as artifact
1 parent 93c05d3 commit 4405777

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,10 @@ jobs:
4545
run: dotnet restore src/GeoJSON.Net.sln
4646
- name: Build
4747
run: dotnet build src/GeoJSON.Net.sln -c Release --no-restore -p:Version=$(git describe --tags)
48+
- name: Upload package
49+
uses: actions/upload-artifact@v4
50+
with:
51+
name: nupkg
52+
path: ./src/GeoJSON.Net/bin/Release/*.nupkg
4853
- name: Test
4954
run: dotnet test src/GeoJSON.Net.sln --no-restore --verbosity normal

0 commit comments

Comments
 (0)