diff --git a/.github/workflows/4testing-build.yml b/.github/workflows/4testing-build.yml index 0f39e6e..29429f1 100644 --- a/.github/workflows/4testing-build.yml +++ b/.github/workflows/4testing-build.yml @@ -59,7 +59,7 @@ jobs: PACKAGE_URL_CHECK=${REPO_URL}${{ matrix.edition }}_"$PACKAGE_VERSION"_${ARCH}.deb STATUS=$(curl -s -o /dev/null -w "%{http_code}\n" "${PACKAGE_URL_CHECK}") if [[ "$STATUS" = "200" ]]; then - echo "${ARCH} is avalivable >> set like one of build platforms" + echo "✔ ${ARCH} is avalivable >> set like one of build platforms" PLATFORMS+=(linux/${ARCH},) BUILD_PLATFORMS=$( echo ${PLATFORMS[@]} | sed 's/ //g' | sed 's/\(.*\),/\1/' ) else