From 32733187b8d44215fb08efe94d3714ace20e409f Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Tue, 12 May 2026 20:12:02 +0200 Subject: [PATCH] Update windows-build.yml --- .github/workflows/windows-build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 0cee8a448..a09da6230 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -349,6 +349,13 @@ jobs: path: dist/Installer_*.exe retention-days: 14 + - name: Upload portable (nom fixe pour le workflow MSI) + uses: actions/upload-artifact@v4 + with: + name: qelectrotech-windows-portable + path: nsis_root/files/ + retention-days: 14 + # --------------------------------------------------------------------------- # Job 2 : Publie une release nightly + page GitHub Pages # Ne tourne que sur push master (pas sur les PRs)