diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index e09211ec..a30fdc73 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -70,7 +70,7 @@ jobs: TOOLCHAIN_DIR=$TMP_DIR/aarch64-linux-musl-native ;; *) - echo 'Unexpected CPU architecture! + echo 'Unexpected CPU architecture!' exit 1 ;; esac diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5eaf4890..2fad47dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ jobs: TOOLCHAIN_DIR=$TMP_DIR/aarch64-linux-musl-native ;; *) - echo 'Unexpected CPU architecture! + echo 'Unexpected CPU architecture!' exit 1 ;; esac