Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e2f75434c6 |
@@ -82,7 +82,7 @@ jobs:
|
||||
CLONE_SSH: ${{ vars.CLONE_SSH }}
|
||||
TAG_NAME: ${{ github.event.release.tag_name }}
|
||||
# 直接使用服务器上的 Gitea 仓库物理路径
|
||||
LOCAL_REPO_PATH: "${CLONE_SSH#*:}"
|
||||
LOCAL_REPO_PATH: $(echo "${CLONE_SSH#*:}" | tr -d '\r\n')
|
||||
run: |
|
||||
set -e
|
||||
# 使用 --no-hardlinks 在本机通过本地路径克隆,完全避开 SSH 和所有权检查
|
||||
|
||||
Reference in New Issue
Block a user