Update default build targets

This commit is contained in:
Aoran Zeng
2025-06-20 22:14:30 +08:00
parent 2ad8c63b59
commit 429fe656b2
6 changed files with 31 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
# Contributors : Nul None <nul@none.org>
# |
# Created On : <2023-09-14>
# Last Modified : <2025-06-19>
# Last Modified : <2025-06-20>
#
# Build chsrc on Linux (ARMv7) and upload it to GitHub: the 'pre' release
# ---------------------------------------------------------------
@@ -33,7 +33,10 @@ jobs:
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
cd chsrc
make CI CI_ARTIFACT_NAME=chsrc-armv7-linux
make build-in-ci-release-mode
mv chsrc-ci-release chsrc-armv7-linux
cp ./chsrc-armv7-linux /artifacts
- name: 上传至 'pre' release