forked from IPKM/nmreval
fixed build nameing, v6
This commit is contained in:
parent
d099253812
commit
c7855a74f4
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Declare some variables
|
- name: Declare some variables
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "SHA_SHORT=${GITEA_SHA:7}" >> "$GITEA_ENV"
|
echo "SHA_SHORT=$(git rev-parse --short HEAD)" >> "$GITEA_ENV"
|
||||||
echo "YEAR=$(python3 -c \"import datetime;print(datetime.date.today().year)\")" >> "$GITEA_ENV"
|
echo "YEAR=$(python3 -c \"import datetime;print(datetime.date.today().year)\")" >> "$GITEA_ENV"
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user