Skip to content

Commit 3fc412d

Browse files
committed
Fix checksums
1 parent 7a30fa9 commit 3fc412d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ jobs:
7373
7474
variants=(
7575
'windows-x64;zip|exe'
76+
'windows-x64-Installer;zip|exe'
7677
'macos-universal;tar.xz|pkg'
77-
'ubuntu-22.04-x86_64;tar.xz|deb|ddeb'
78+
'ubuntu-24.04-x86_64;tar.xz|deb|ddeb'
7879
'sources;tar.xz'
7980
)
8081

0 commit comments

Comments
 (0)