Skip to content

Commit f97d2f5

Browse files
committed
Remove nsis log
1 parent a4514bf commit f97d2f5

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
@@ -321,11 +321,11 @@ jobs:
321321
with:
322322
build-prefix: ${{ steps.setup-stage.outputs.build-prefix }}
323323

324+
# cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/NSIS/NSISOutput.log
324325
- name: Check Disk
325326
if: always()
326327
run: |
327328
cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/WIX/wix.log
328-
# cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/NSIS/NSISOutput.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)