Skip to content

Fix forms with files #64

Fix forms with files

Fix forms with files #64

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Tests
run: dotnet test
- name: Pack
run: dotnet pack GenerateAspNetCoreClient -c Release
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: ./**/*.nupkg