Skip to content

Commit a981842

Browse files
author
Soham Dasgupta
committed
ci: add debug ls
1 parent 81d5a20 commit a981842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)