We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0bf95 commit 5d51b9dCopy full SHA for 5d51b9d
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
if: startsWith(github.ref, 'refs/tags/v')
36
run: |
37
$cwd = (Get-Location).Path;
38
- ls $cwd;
+ ls "$cwd\build";
39
$checksumFile = "$cwd\build\polygon-checksum.txt";
40
$hash_x86 = Get-FileHash -Path "$cwd\build\polygon-x86.exe" -Algorithm SHA256;
41
$hash_x64 = Get-FileHash -Path "$cwd\build\polygon-x64.exe" -Algorithm SHA256;
0 commit comments