fixed build nameing, v3
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 11s

This commit is contained in:
Markus Rosenstihl 2023-12-06 15:48:45 +01:00
parent 49a1b0d4fa
commit 0a9d596a91

View File

@ -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"