fixed build nameing, v3
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 11s
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 11s
This commit is contained in:
parent
49a1b0d4fa
commit
0a9d596a91
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user