Prechádzať zdrojové kódy

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 mesiacov pred
rodič
commit
de669bbff2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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'
           )