WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Bump System.Text.Json from 9.0.0 to 9.0.3 in /build #179

Bump System.Text.Json from 9.0.0 to 9.0.3 in /build

Bump System.Text.Json from 9.0.0 to 9.0.3 in /build #179

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@v4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Build
run: ./build.sh
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: artifacts/*.nupkg