Skip to content

Commit a7989d3

Browse files
committed
使用默认值
1 parent f2228cb commit a7989d3

File tree

9 files changed

+23
-24
lines changed

9 files changed

+23
-24
lines changed

.github/workflows/PR-notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ---------------------------------------------------------------
22
# Workflow File : PR-notify.yml
3-
# File Authors : Aoran Zeng <[email protected]>
4-
# Contributors : Nul None <[email protected]>
3+
# File Authors : 曾奥然 <[email protected]>
4+
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2025-06-19>
77
# Last Modified : <2025-08-07>

.github/workflows/PR-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# ---------------------------------------------------------------
22
# Workflow File : PR-test.yml
3-
# File Authors : Aoran Zeng <[email protected]>
4-
# Contributors : Nul None <[email protected]>
5-
# | Mikachu2333 <[email protected]>
3+
# File Authors : 曾奥然 <[email protected]>
4+
# Contributors : Mikachu2333 <[email protected]>
65
# |
76
# Created On : <2025-06-19>
87
# Last Modified : <2025-08-17>

.github/workflows/build-on-Linux-AArch64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ---------------------------------------------------------------
22
# Workflow File : build-on-Linux-AArch64.yml
3-
# File Authors : Aoran Zeng <[email protected]>
4-
# Contributors : Nul None <[email protected]>
3+
# File Authors : 曾奥然 <[email protected]>
4+
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-06-20>
7+
# Last Modified : <2025-09-12>
88
#
99
# Build chsrc on Linux (AArch64) and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------

.github/workflows/build-on-Linux-ARMv7.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ---------------------------------------------------------------
22
# Workflow File : build-on-Linux-ARMv7.yml
3-
# File Authors : Aoran Zeng <[email protected]>
4-
# Contributors : Nul None <[email protected]>
3+
# File Authors : 曾奥然 <[email protected]>
4+
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-06-20>
7+
# Last Modified : <2025-09-12>
88
#
99
# Build chsrc on Linux (ARMv7) and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------

.github/workflows/build-on-Linux-riscv64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ---------------------------------------------------------------
22
# Workflow File : build-on-Linux-riscv64.yml
3-
# File Authors : Aoran Zeng <[email protected]>
4-
# Contributors : Nul None <[email protected]>
3+
# File Authors : 曾奥然 <[email protected]>
4+
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-06-20>
7+
# Last Modified : <2025-09-12>
88
#
99
# Build chsrc on Linux (riscv64) and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------

.github/workflows/build-on-Linux-x64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ---------------------------------------------------------------
22
# Workflow File : build-on-Linux-x64.yml
3-
# File Authors : Aoran Zeng <[email protected]>
4-
# Contributors : Nul None <[email protected]>
3+
# File Authors : 曾奥然 <[email protected]>
4+
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-06-20>
7+
# Last Modified : <2025-09-12>
88
#
99
# Build chsrc on Linux (x64) and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------

.github/workflows/build-on-Windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ---------------------------------------------------------------
22
# Workflow File : build-on-Windows.yml
3-
# File Authors : Aoran Zeng <[email protected]>
4-
# Contributors : Nul None <[email protected]>
3+
# File Authors : 曾奥然 <[email protected]>
4+
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-07-22>
7+
# Last Modified : <2025-09-12>
88
#
99
# Build chsrc on Windows and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------

.github/workflows/build-on-macOS.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ---------------------------------------------------------------
22
# Workflow File : build-on-macOS.yml
3-
# File Authors : Aoran Zeng <[email protected]>
4-
# Contributors : Nul None <[email protected]>
3+
# File Authors : 曾奥然 <[email protected]>
4+
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-15>
7-
# Last Modified : <2025-07-22>
7+
# Last Modified : <2025-09-12>
88
#
99
# Build chsrc on macOS and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------

.github/workflows/pkg-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ---------------------------------------------------------------
22
# Workflow File : pkg-deb.yml
33
# File Authors : sanchuanhehe <[email protected]>
4-
# Contributors : Aoran Zeng <[email protected]>
4+
# Contributors : 曾奥然 <[email protected]>
55
# |
66
# Created On : <2025-06-10>
77
# Last Modified : <2025-06-16>

0 commit comments

Comments
 (0)