Skip to content

Commit 70a3547

Browse files
committed
Fix typo
1 parent bf74776 commit 70a3547

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ jobs:
287287
if: always() && startsWith(runner.os, 'Windows')
288288
run: |
289289
Get-WmiObject -Class Win32_LogicalDisk -ComputerName LOCALHOST | ? {$_. DriveType -eq 3} | select DeviceID, {$_.Size /1GB}, {$_.FreeSpace /1GB}
290-
-
291-
292290
293291
upload-release-binaries:
294292
name: "Upload Release Binaries"

0 commit comments

Comments
 (0)