Skip to content

Commit 7273f9a

Browse files
committed
ci: fix build error due to icon filename change
1 parent 5d51b9d commit 7273f9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ jobs:
2929
in: .\
3030
x64_suffix: "-x64"
3131
x86_suffix: "-x86"
32-
icon: polygon.ico
32+
icon: logo.ico
3333
- name: Generate checksums
3434
shell: pwsh
3535
if: startsWith(github.ref, 'refs/tags/v')
3636
run: |
3737
$cwd = (Get-Location).Path;
38-
ls "$cwd\build";
3938
$checksumFile = "$cwd\build\polygon-checksum.txt";
4039
$hash_x86 = Get-FileHash -Path "$cwd\build\polygon-x86.exe" -Algorithm SHA256;
4140
$hash_x64 = Get-FileHash -Path "$cwd\build\polygon-x64.exe" -Algorithm SHA256;

0 commit comments

Comments
 (0)