Update On Thu Mar 5 20:25:48 CET 2026

This commit is contained in:
github-action[bot]
2026-03-05 20:25:49 +01:00
parent c6b1599ceb
commit 485ff49495
54 changed files with 651 additions and 399 deletions
+3 -2
View File
@@ -3,8 +3,8 @@ name: Build Linux Packages
on:
#push:
# branches:
# - main-next
# - dev-next
# - stable
# - testing
workflow_dispatch:
inputs:
version:
@@ -23,6 +23,7 @@ on:
jobs:
calculate_version:
name: Calculate version
if: github.event_name != 'release' || github.event.release.target_commitish != 'oldstable'
runs-on: ubuntu-latest
outputs:
version: ${{ steps.outputs.outputs.version }}