Skip to content

Bump System.Text.Json from 7.0.2 to 7.0.3 in /build (#36) #94

Bump System.Text.Json from 7.0.2 to 7.0.3 in /build (#36)

Bump System.Text.Json from 7.0.2 to 7.0.3 in /build (#36) #94

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
env:
DOTNET_NOLOGO: true
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Build
run: ./build.sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: artifacts/*.nupkg