We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a30fa9 commit 3fc412dCopy full SHA for 3fc412d
1 file changed
.github/workflows/push.yaml
@@ -73,8 +73,9 @@ jobs:
73
74
variants=(
75
'windows-x64;zip|exe'
76
+ 'windows-x64-Installer;zip|exe'
77
'macos-universal;tar.xz|pkg'
- 'ubuntu-22.04-x86_64;tar.xz|deb|ddeb'
78
+ 'ubuntu-24.04-x86_64;tar.xz|deb|ddeb'
79
'sources;tar.xz'
80
)
81
0 commit comments