updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 17:42:43 +08:00
parent e5e3f1c621
commit 760f11d959

View file

@ -23,8 +23,8 @@ jobs:
- name: Get Variables - name: Get Variables
run: | run: |
git config --global --add safe.directory /__w/stort/stort
echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
ls -la
# - name: Update packages # - name: Update packages
# run: apt update && apt upgrade -y # run: apt update && apt upgrade -y