Skip to content

Commit 6e5dd2c

Browse files
committed
Drop log
1 parent fce8a8e commit 6e5dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,10 @@ jobs:
322322
build-prefix: ${{ steps.setup-stage.outputs.build-prefix }}
323323

324324
# cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/NSIS/NSISOutput.log
325+
# cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/WIX/wix.log
325326
- name: Check Disk
326327
if: always()
327328
run: |
328-
cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/WIX/wix.log
329329
Get-WmiObject -Class Win32_LogicalDisk -ComputerName LOCALHOST | ? {$_. DriveType -eq 3} | select DeviceID, {$_.Size /1GB}, {$_.FreeSpace /1GB}
330330
331331
upload-release-binaries:

0 commit comments

Comments
 (0)