updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 17:27:23 +08:00
parent bc24db1651
commit 3fca34aaed

View file

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
- name: Install git
run: apt install -y git
run: apt update && apt install -y git
- name: Get Variables
run: echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV