Workflows use zh

[skip ci]
This commit is contained in:
Aoran Zeng
2025-06-16 16:33:13 +08:00
parent d798da80f7
commit 02c3a815de
6 changed files with 26 additions and 26 deletions

View File

@@ -9,7 +9,7 @@
# Build chsrc on Linux (x64) and upload it to GitHub: the 'pre' release
# ---------------------------------------------------------------
name: Build on Linux x64
name: 构建于 Linux x64
on:
push:
branches: [ "gh-build" ]
@@ -21,17 +21,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
- name: 检出代码
uses: actions/checkout@v4
- name: Build
- name: 构建
run: |
make CI CI_ARTIFACT_NAME=chsrc-x64-linux
- name: List files
run: ls *-linux
- name: Upload
- name: 上传至 'pre' release
uses: softprops/action-gh-release@v2
# if: startsWith(github.ref, 'refs/tags/')
with: