Skip to content

Commit 440e383

Browse files
Add upload of base installers for debugging
1 parent 1a791c1 commit 440e383

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/base-installer-cd.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,14 @@ jobs:
286286
path: |
287287
Build/*.log
288288
Build/*.binlog
289+
290+
- name: Upload signed installers
291+
uses: actions/upload-artifact@v4
292+
if: always()
293+
with:
294+
if-no-files-found: warn
295+
name: installers
296+
path: |
297+
${{ steps.stage_installers.outputs.offline_exe }}
298+
${{ steps.stage_installers.outputs.online_exe }}
299+

0 commit comments

Comments
 (0)