Skip to content

Commit 5d51b9d

Browse files
committed
ci: change ls to debug folder
1 parent 9e0bf95 commit 5d51b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: startsWith(github.ref, 'refs/tags/v')
3636
run: |
3737
$cwd = (Get-Location).Path;
38-
ls $cwd;
38+
ls "$cwd\build";
3939
$checksumFile = "$cwd\build\polygon-checksum.txt";
4040
$hash_x86 = Get-FileHash -Path "$cwd\build\polygon-x86.exe" -Algorithm SHA256;
4141
$hash_x64 = Get-FileHash -Path "$cwd\build\polygon-x64.exe" -Algorithm SHA256;

0 commit comments

Comments
 (0)