1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #8114 from cakebaker/ci_add_missing_braces

ci: add missing braces
This commit is contained in:
Sylvestre Ledru 2025-06-08 14:11:47 +02:00 committed by GitHub
commit a1c0760ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -642,7 +642,7 @@ jobs:
;;
esac
# needed for target "aarch64-apple-darwin". There are two jobs, and the difference between them is whether "features" is set
if [ -z "${{ matrix.job.features" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi
if [ -z "${{ matrix.job.features }}" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi
outputs CARGO_CMD
outputs CARGO_CMD_OPTIONS
outputs ARTIFACTS_SUFFIX