Skip to content

Commit be2d08d

Browse files
author
Soham Dasgupta
committed
ci: remove debug ls
1 parent a981842 commit be2d08d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
if: startsWith(github.ref, 'refs/tags/v')
3535
run: |
3636
$cwd = (Get-Location).Path;
37-
ls "$cwd\build\";
3837
$checksumFile = "$cwd\build\polygon-checksum.txt";
3938
$hash_x86 = Get-FileHash -Path "$cwd\build\polygon-x86.exe" -Algorithm SHA256;
4039
$hash_x64 = Get-FileHash -Path "$cwd\build\polygon-x64.exe" -Algorithm SHA256;

0 commit comments

Comments
 (0)