mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-10 06:03:24 +08:00
Update default build targets
This commit is contained in:
7
.github/workflows/build-on-Linux-riscv64.yml
vendored
7
.github/workflows/build-on-Linux-riscv64.yml
vendored
@@ -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 (riscv64) 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-riscv64-linux
|
||||
|
||||
make build-in-ci-release-mode
|
||||
mv chsrc-ci-release chsrc-riscv64-linux
|
||||
|
||||
cp ./chsrc-riscv64-linux /artifacts
|
||||
|
||||
- name: 上传至 'pre' release
|
||||
|
Reference in New Issue
Block a user