From 0a9d596a91b91ef9d62fe319fa96561a1e10c516 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Wed, 6 Dec 2023 15:48:45 +0100 Subject: [PATCH] fixed build nameing, v3 --- .gitea/workflows/build-appimage.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-appimage.yaml b/.gitea/workflows/build-appimage.yaml index 21b7080..31fb77a 100644 --- a/.gitea/workflows/build-appimage.yaml +++ b/.gitea/workflows/build-appimage.yaml @@ -15,8 +15,9 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: | apt-get -y update - apt-get -y install python3-yaml python3-requests + apt-get -y install python3-yaml python3-requests bash - name: Declare some variables + shell: bash run: | echo "SHA_SHORT=${GITEA_SHA:7}" >> "$GITEA_ENV" echo "YEAR=$(date +%Y)" >> "$GITEA_ENV"