From 638d02e09494fc93efaa7e3b3b6ca220851bfa39 Mon Sep 17 00:00:00 2001 From: jw098 Date: Tue, 11 Aug 2026 22:33:13 -0700 Subject: [PATCH] upload standalone .exe file for windows builds --- .github/workflows/cpp-ci-serial-programs-base.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpp-ci-serial-programs-base.yml b/.github/workflows/cpp-ci-serial-programs-base.yml index e53e055c6d..6a4a6d6ea9 100644 --- a/.github/workflows/cpp-ci-serial-programs-base.yml +++ b/.github/workflows/cpp-ci-serial-programs-base.yml @@ -57,7 +57,7 @@ jobs: with: # Delete aqtsource once https://github.com/miurahr/aqtinstall/issues/1007 is fixed and released aqtsource: 'git+https://github.com/miurahr/aqtinstall' - version: '6.11.1' + version: '6.10.2' modules: 'qtmultimedia qtserialport' - name: Install dependencies (Ubuntu) @@ -107,6 +107,13 @@ jobs: name: Serial Programs (os=${{inputs.os}} - compiler=${{inputs.compiler}}) path: ${{env.UPLOAD_FOLDER}} + - name: Upload Executable Only + uses: actions/upload-artifact@v7 + if: inputs.upload-build && startsWith(inputs.os, 'windows') + with: + name: Standalone Executable (os=${{inputs.os}}) + path: ${{env.UPLOAD_FOLDER}}/SerialPrograms.exe + - name: Checkout CommandLineTests uses: actions/checkout@v7 if: inputs.run-tests