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 5d51b9d commit 7273f9aCopy full SHA for 7273f9a
.github/workflows/release.yml
@@ -29,13 +29,12 @@ jobs:
29
in: .\
30
x64_suffix: "-x64"
31
x86_suffix: "-x86"
32
- icon: polygon.ico
+ icon: logo.ico
33
- name: Generate checksums
34
shell: pwsh
35
if: startsWith(github.ref, 'refs/tags/v')
36
run: |
37
$cwd = (Get-Location).Path;
38
- 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