正式版第一次提交(修复Action流问题9)
Some checks failed
Deploy to Remote Server / deploy (push) Failing after 6s

This commit is contained in:
叁玖领域 2026-05-01 23:44:30 +08:00
parent d5878c7242
commit ae2cf090f5

View File

@ -18,7 +18,25 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# 使用手动克隆从 Gitea 检出代码
- name: Checkout code from Gitea
run: |
echo "=== 从 Gitea 克隆代码 ==="
# 配置 Git 解决网络问题
git config --global http.version HTTP/1.1
git config --global http.postBuffer 524288000
# 克隆代码
git clone --depth 1 \
https://gitea.bot.leisuretimedock.top/R3944Realms/LTDV10.git \
.
echo "=== 验证克隆结果 ==="
ls -la
echo "=== packet 目录 ==="
ls -la packet/
- name: Set executable permissions - name: Set executable permissions
run: | run: |
echo "=== 设置文件执行权限 ===" echo "=== 设置文件执行权限 ==="