From 76d9cca3c97619fe4f988de913d18b8e210d0239 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Mon, 25 Jul 2022 12:14:04 +0200 Subject: [PATCH] Fix windows bulds being accidentally 2x size --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f0c080..9e34bc3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: ARTIFACT: AM2RPortHelperCLI/bin/Release/net6.0/osx-x64/publish - os: windows-latest COMMAND: AM2RPortHelperCLI.csproj -p:PublishSingleFile=true -p:DebugType=embedded -r win-x86 --no-self-contained - ARTIFACT: AM2RPortHelperCLI\bin\Release\net6.0\win-x86\ + ARTIFACT: AM2RPortHelperCLI\bin\Release\net6.0\win-x86\publish runs-on: ${{ matrix.os }} @@ -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-windows\win-x86\ + ARTIFACT: AM2RPortHelperGUI.Wpf\bin\Release\net6.0-windows\win-x86\publish DIR: AM2RPortHelperGUI.Wpf runs-on: ${{ matrix.os }}