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 a981842 commit be2d08dCopy full SHA for be2d08d
.github/workflows/release.yml
@@ -34,7 +34,6 @@ 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