Skip to content

Update README.md with video walkthrough link #3

Update README.md with video walkthrough link

Update README.md with video walkthrough link #3

Workflow file for this run

name: build
on:
workflow_dispatch:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: build
shell: pwsh
run: |
cd webresource-src
npm install
cd ..
dotnet build --configuration release
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: HelloFusionDev-Solutions
path: bin/Release