From 293895b36a51b2bff43dcaa1138ebc3a76b5588c Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:24:03 +0100 Subject: [PATCH] More --- .github/workflows/dotnet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet.yaml b/.github/workflows/dotnet.yaml index 1c7c6f7..bf3ca42 100644 --- a/.github/workflows/dotnet.yaml +++ b/.github/workflows/dotnet.yaml @@ -28,6 +28,8 @@ jobs: run: dotnet restore - name: Test run: dotnet test + - name: Publish + run: dotnet publish Example - name: Run example run: ".\\Example\\bin\\Release\\net8.0\\win-x64\\Example.exe"