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

This commit is contained in:
Markus Rosenstihl 2023-12-06 15:47:53 +01:00
parent bd9288d20e
commit 49a1b0d4fa

View File

@ -17,10 +17,9 @@ jobs:
apt-get -y update
apt-get -y install python3-yaml python3-requests
- name: Declare some variables
shell: bash
run: |
echo "SHA_SHORT=$(git rev-parse --short "$GITEA_SHA")" >> "$GITEA_ENV"
echo "YEAR=$(date +%Y) >> "$GITEA_ENV"
echo "SHA_SHORT=${GITEA_SHA:7}" >> "$GITEA_ENV"
echo "YEAR=$(date +%Y)" >> "$GITEA_ENV"
- name: Build AppImage
run: |
eval $(gpg-agent --daemon --allow-preset-passphrase --default-cache-ttl 1 --max-cache-ttl 7200)