Release v1.0.5
Some checks failed
自动版本发布 / AutoRelease (push) Has been cancelled

This commit is contained in:
iorebuild 2025-04-10 20:42:22 +08:00
parent ddc9c8ab51
commit 436893bc16

View File

@ -14,6 +14,14 @@ jobs:
# 以下是steps # 以下是steps
steps: steps:
# 检出仓库
- name: Checkout
uses: https://gitee.com/actions-mirror/checkout@v4
with:
fetch-depth: 0
# 启用子模块支持
submodules: true
- name: 设置环境变量 - name: 设置环境变量
env: env:
GITEA_TOKEN: ${{ secrets.AUTOGENERATE }} GITEA_TOKEN: ${{ secrets.AUTOGENERATE }}
@ -23,14 +31,6 @@ jobs:
git config user.name "${{ github.actor }}" git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.git.linuxacme.com" git config user.email "${{ github.actor }}@users.noreply.git.linuxacme.com"
# 检出仓库
- name: Checkout
uses: https://gitee.com/actions-mirror/checkout@v4
with:
fetch-depth: 0
# 启用子模块支持
submodules: true
- name: 替换软件源为国内软件源USTC - name: 替换软件源为国内软件源USTC
run: | run: |
cat /etc/os-release cat /etc/os-release