Skip to content

Fixed license exception. #40

Fixed license exception.

Fixed license exception. #40

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build
run: msbuild -property:Configuration=Release
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: target
path: target/dist