更新工作流
This commit is contained in:
5
.github/workflows/BuildLauncher.yml
vendored
5
.github/workflows/BuildLauncher.yml
vendored
@@ -33,7 +33,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 克隆代码
|
- name: 克隆代码
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
# 直接克隆当前仓库
|
||||||
|
git clone --depth 1 https://gitea.yanghuanglin.cn/${{ github.repository }} .
|
||||||
|
git checkout ${{ github.ref }}
|
||||||
|
|
||||||
- name: 配置环境
|
- name: 配置环境
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user