diff --git a/.github/workflows/linux-aarch64.yml b/.github/workflows/linux-aarch64.yml index 4ce5895..bc13c05 100644 --- a/.github/workflows/linux-aarch64.yml +++ b/.github/workflows/linux-aarch64.yml @@ -24,7 +24,7 @@ jobs: pwd ; ls -al git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q cd chsrc - make CI CI_BUILD_NAME=chsrc-aarch64-linux + make CI CI_Build_Name=chsrc-aarch64-linux cp ./chsrc-aarch64-linux /artifacts - name: Release diff --git a/.github/workflows/linux-armv7.yml b/.github/workflows/linux-armv7.yml index 744bc2d..9545a35 100644 --- a/.github/workflows/linux-armv7.yml +++ b/.github/workflows/linux-armv7.yml @@ -24,7 +24,7 @@ jobs: pwd ; ls -al git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q cd chsrc - make CI CI_BUILD_NAME=chsrc-armv7-linux + make CI CI_Build_Name=chsrc-armv7-linux cp ./chsrc-armv7-linux /artifacts - name: Release diff --git a/.github/workflows/linux-riscv64.yml b/.github/workflows/linux-riscv64.yml index cd00934..9cd438d 100644 --- a/.github/workflows/linux-riscv64.yml +++ b/.github/workflows/linux-riscv64.yml @@ -24,7 +24,7 @@ jobs: pwd ; ls -al git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q cd chsrc - make CI CI_BUILD_NAME=chsrc-riscv64-linux + make CI CI_Build_Name=chsrc-riscv64-linux cp ./chsrc-riscv64-linux /artifacts - name: Release diff --git a/.github/workflows/linux-x64.yml b/.github/workflows/linux-x64.yml index e2c1d49..18c2360 100644 --- a/.github/workflows/linux-x64.yml +++ b/.github/workflows/linux-x64.yml @@ -15,7 +15,7 @@ jobs: - name: Compile chsrc x64 run: | - make CI CI_BUILD_NAME=chsrc-x64-linux + make CI CI_Build_Name=chsrc-x64-linux - name: List files run: ls *-linux diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index bb8a694..f493ae0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,7 +17,7 @@ jobs: - name: Compile chsrc x64 run: | - make CI CI_BUILD_NAME=chsrc-x64-macos + make CI CI_Build_Name=chsrc-x64-macos - name: List files run: ls *-macos diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 16b33ae..beae478 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -31,13 +31,13 @@ jobs: - name: Compile chsrc x64 run: | - mingw32-make.exe CI CI_BUILD_NAME=chsrc-x64-windows + mingw32-make.exe CI CI_Build_Name=chsrc-x64-windows - name: Compile chsrc x86 env: MSYSTEM: MINGW32 run: | - mingw32-make.exe CI CI_BUILD_NAME=chsrc-x86-windows + mingw32-make.exe CI CI_Build_Name=chsrc-x86-windows - name: List files run: ls *.exe