Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

update workflows

update workflows #41

Workflow file for this run

on:
pull_request:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build
run: |
dotnet publish src/LipUI/LipUI.csproj -c Release -f net7.0-windows -o build/ -r win10-x64 --sc true
- uses: actions/upload-artifact@v3
with:
name: net7.0-windows-win10-x64
path: |
build/