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

This commit is contained in:
Markus Rosenstihl 2023-12-06 16:18:32 +01:00
parent 0c448e8ee9
commit 3928e02b44

View File

@ -17,14 +17,13 @@ jobs:
apt-get -y update
apt-get -y install python3-yaml python3-requests bash
- name: Declare some variables
id: vars
shell: bash
run: |
ls -l
git rev-parse --short HEAD
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITEA_ENV
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> $env:GITEA_ENV
date
echo "YEAR=$(python3 -c \"import datetime;print(datetime.date.today().year)\")" >> $GITEA_ENV
echo "YEAR=$(python3 -c \"import datetime;print(datetime.date.today().year)\")" >> $env:GITEA_ENV
- name: Build AppImage
run: |
eval $(gpg-agent --daemon --allow-preset-passphrase --default-cache-ttl 1 --max-cache-ttl 7200)