Skip to content

Commit 9e0bf95

Browse files
committed
ci: add debug ls command
1 parent b41b276 commit 9e0bf95

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
@@ -35,6 +35,7 @@ jobs:
3535
if: startsWith(github.ref, 'refs/tags/v')
3636
run: |
3737
$cwd = (Get-Location).Path;
38+
ls $cwd;
3839
$checksumFile = "$cwd\build\polygon-checksum.txt";
3940
$hash_x86 = Get-FileHash -Path "$cwd\build\polygon-x86.exe" -Algorithm SHA256;
4041
$hash_x64 = Get-FileHash -Path "$cwd\build\polygon-x64.exe" -Algorithm SHA256;

0 commit comments

Comments
 (0)