Skip to content

Update README.md

Update README.md #19

Workflow file for this run

name: RhinoPlugin
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
#install net48
- name: Install .NET Framework 4.8
uses: microsoft/[email protected]
- name: Restore dependencies
run: dotnet restore ./CsRhino/ScriptSync.csproj
- name: Build
run: dotnet build ./CsRhino/ScriptSync.csproj --configuration Release --no-restore
- name: Save artifact
uses: actions/upload-artifact@v2
with:
name: ScriptSync.rhp
path: ./CsRhino/bin/Release/net48/ScriptSync.rhp