build: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-08-02 21:43:04 +02:00
parent 72bb5133e6
commit 6dc5823706
2 changed files with 5 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ jobs:
sudo apt install -y jq gawk cpio gettext libelf-dev qemu-utils busybox dialog curl sed
sudo snap install yq
df -h
# calculates the version number and push
- name: Calculate Version
run: |

View File

@@ -11,7 +11,7 @@ on:
workflow_dispatch:
inputs:
version:
description: "format %y.%m.$d or auto"
description: "version"
required: false
type: string
notice:
@@ -66,6 +66,8 @@ jobs:
sudo apt install -y jq gawk cpio gettext libelf-dev qemu-utils busybox dialog curl sed
sudo snap install yq
df -h
# calculates the version number and push
- name: Calculate Version
run: |