This commit is contained in:
parent
d5878c7242
commit
ae2cf090f5
|
|
@ -18,7 +18,25 @@ jobs:
|
|||
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
|
||||
run: |
|
||||
echo "=== 设置文件执行权限 ==="
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user