Skip to content

Commit 4c68497

Browse files
fix
Created using spr 1.3.4
2 parents 109923e + b7163d6 commit 4c68497

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.ci/monolithic-windows.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function at-exit {
3232

3333
mkdir -p artifacts
3434
sccache --show-stats >> artifacts/sccache_stats.txt
35+
cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log
3536

3637
# If building fails there will be no results files.
3738
shopt -s nullglob

.github/workflows/premerge.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ jobs:
7070
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7171
with:
7272
name: Premerge Artifacts
73-
path: artifacts/**
73+
path: artifacts/
7474
retention-days: 5
75+
include-hidden-files: 'true'
7576

7677
premerge-checks-windows:
7778
name: Windows Premerge Checks (Test Only - Please Ignore Results)
@@ -120,6 +121,13 @@ jobs:
120121
set MAX_PARALLEL_LINK_JOBS=64
121122
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
122123
bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
124+
- name: Upload Artifacts
125+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
126+
with:
127+
name: Premerge Artifacts
128+
path: artifacts/
129+
retention-days: 5
130+
include-hidden-files: 'true'
123131

124132
premerge-check-macos:
125133
name: MacOS Premerge Checks

0 commit comments

Comments
 (0)