File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments