From 9e1fde5a13b826460dd97f0b8883f51625274563 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 24 Jul 2022 22:51:36 +0200 Subject: [PATCH] Actually fix windows gui builds --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e50b03..5f0c080 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: DIR: AM2RPortHelperGUI.Mac - os: windows-latest COMMAND: AM2RPortHelperGUI.Wpf.csproj -p:PublishSingleFile=true -p:DebugType=embedded -r win-x86 --no-self-contained - ARTIFACT: AM2RPortHelperGUI.Wpf\bin\Release\net6.0\win-x86\ + ARTIFACT: AM2RPortHelperGUI.Wpf\bin\Release\net6.0-windows\win-x86\ DIR: AM2RPortHelperGUI.Wpf runs-on: ${{ matrix.os }}