Skip to content

Commit b7163d6

Browse files
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4 [skip ci]
1 parent 1c057ee commit b7163d6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.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)