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 81d5a20 commit a981842Copy full SHA for a981842
.github/workflows/release.yml
@@ -34,6 +34,7 @@ jobs:
34
if: startsWith(github.ref, 'refs/tags/v')
35
run: |
36
$cwd = (Get-Location).Path;
37
+ ls "$cwd\build\";
38
$checksumFile = "$cwd\build\polygon-checksum.txt";
39
$hash_x86 = Get-FileHash -Path "$cwd\build\polygon-x86.exe" -Algorithm SHA256;
40
$hash_x64 = Get-FileHash -Path "$cwd\build\polygon-x64.exe" -Algorithm SHA256;
0 commit comments