From 2fc8245610a6969c955aa1bef105a610d56f72a8 Mon Sep 17 00:00:00 2001 From: camarm-dev Date: Mon, 8 Jul 2024 21:00:06 +0200 Subject: [PATCH] fix(workflow): windows artifacts copying --- .github/workflows/build.desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.desktop.yml b/.github/workflows/build.desktop.yml index 3e745a9..28a2aba 100644 --- a/.github/workflows/build.desktop.yml +++ b/.github/workflows/build.desktop.yml @@ -103,8 +103,8 @@ jobs: - name: Copy MSI binary if: matrix.platform == 'windows-latest' run: | - Copy-Item help - # Copy-Item -Path "C:\TEMP\PS\DossierA\*" -Destination "C:\TEMP\PS\DossierB\" -Include *.jpg + Copy-Item -Path "D:\a\remede\remede\app\src-tauri\target\release\bundle\nsis\*" -Destination "D:\a\remede\remede\builds" -Include *.msi + Copy-Item -Path "D:\a\remede\remede\app\src-tauri\target\release\bundle\nsis\*" -Destination "D:\a\remede\remede\builds" -Include *.exe - name: Commit changes run: |