Skip to content

build

build #39

Workflow file for this run

name: build
on: workflow_dispatch
jobs:
build:
strategy:
matrix:
arch: [x64, x86]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.x'
- run: dotnet publish -c Release -r win-${{ matrix.arch }} --self-contained false -p:PublishSingleFile=true -p:DebugType=embedded -p:IncludeNativeLibrariesForSelfExtract=true
- uses: actions/upload-artifact@v3
with:
name: ChatRoomRecorder_${{ matrix.arch }}
path: ChatRoomRecorder\bin\Release\net6.0-windows\win-${{ matrix.arch }}\publish\