feat: update workflow
Some checks failed
build / build (push) Failing after 27s
build / trigger-build-image (push) Has been skipped

This commit is contained in:
zzjc1234 2024-10-10 13:02:31 +08:00
parent 89f417177f
commit e7bd289320

View File

@ -23,8 +23,8 @@ jobs:
chown -R root:root /root/.ssh
- name: Setup Joint-Teapot
run: |
if [ -f master_hash.txt ]; then
local_hash=$(cat master_hash.txt)
if [ -f /master_hash.txt ]; then
local_hash=$(cat /master_hash.txt)
else
local_hash=""
fi