Skip to content

Bump MudBlazor and System.IO.Ports #53

Bump MudBlazor and System.IO.Ports

Bump MudBlazor and System.IO.Ports #53

Workflow file for this run

name: Build
on:
push:
branches: ['**']
pull_request:
workflow_dispatch:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup .NET
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
with:
dotnet-version: '10.0.x'
- name: Restore
run: dotnet restore LocalRelay.slnx
- name: Publish & pack module
run: dotnet publish LocalRelay/LocalRelay.csproj --configuration Release -o publish
- name: Upload module artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: OpenShock.LocalRelay.module
path: publish/OpenShock.LocalRelay.module.zip
if-no-files-found: error