From 03555be4bdd173cc4c674ffb828a6d6d95b4e06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Thu, 6 Jan 2022 08:54:32 +0100 Subject: [PATCH] ZZ --- .github/workflows/windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 868cea5..e5499f4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -53,7 +53,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: czkawka_gui-Windows-release-normal-${{ matrix.toolchain }} - path: target/release/x86_64-pc-windows-gnu/czkawka_gui.exe + path: target/x86_64-pc-windows-gnu/release/czkawka_core.exe windows-debug-gui: strategy: @@ -98,7 +98,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: czkawka_gui-Windows-release-normal-${{ matrix.toolchain }} - path: target/debug/x86_64-pc-windows-gnu/czkawka_gui.exe + path: target/x86_64-pc-windows-gnu/debug/czkawka_core.exe windows-release-console: strategy: @@ -144,7 +144,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: czkawka_gui-Windows-release-console-${{ matrix.toolchain }} - path: target/release/x86_64-pc-windows-gnu/czkawka_gui.exe + path: target/x86_64-pc-windows-gnu/release/czkawka_core.exe windows-debug-console: strategy: @@ -190,4 +190,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: czkawka_gui-Windows-debug-console-${{ matrix.toolchain }} - path: target/debug/x86_64-pc-windows-gnu/czkawka_gui.exe + path: target/x86_64-pc-windows-gnu/debug/czkawka_core.exe