浏览代码

CI: Fix the Ubuntu version that prevents renaming

Without this fix the .deb package for Ubuntu are not found and does not
appear on the release assets.

Co-authored-by: Patrick Heyer <PatTheMav@users.noreply.github.com>
Frédéric Chanal 4 月之前
父节点
当前提交
de669bbff2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/push.yaml

+ 1 - 1
.github/workflows/push.yaml

@@ -74,7 +74,7 @@ jobs:
           variants=(
             'windows-x64;zip|exe'
             'macos-universal;tar.xz|pkg'
-            'ubuntu-22.04-x86_64;tar.xz|deb|ddeb'
+            'ubuntu-24.04-x86_64;tar.xz|deb|ddeb'
             'sources;tar.xz'
           )