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 b41b276 commit 9e0bf95Copy full SHA for 9e0bf95
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
if: startsWith(github.ref, 'refs/tags/v')
36
run: |
37
$cwd = (Get-Location).Path;
38
+ ls $cwd;
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