We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c05d3 commit 4405777Copy full SHA for 4405777
.github/workflows/main.yml
@@ -45,5 +45,10 @@ jobs:
45
run: dotnet restore src/GeoJSON.Net.sln
46
- name: Build
47
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
53
- name: Test
54
run: dotnet test src/GeoJSON.Net.sln --no-restore --verbosity normal
0 commit comments