From 97b66108186da63c6e8e56f654eeb2848c5cd99c Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 27 Aug 2021 15:47:40 -0700 Subject: [PATCH] GitLab CI: Fix a command. BSD stat doesn't support `--format`. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e609cd6abd..0d699d921e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -438,7 +438,7 @@ macOS Arm Package: - arch -arch arm64 ninja dmg_package - cd run - notarize-build - - stat --format="%N %z bytes" Wireshark*Arm*.dmg + - stat -f "%N %z bytes" Wireshark*Arm*.dmg - for digest in sha256 rmd160 sha1 ; do openssl $digest Wireshark*Arm*.dmg ; done - | if [ -n "$AWS_ACCESS_KEY_ID" ] && [ -n "$AWS_SECRET_ACCESS_KEY" ] && [ -n "$S3_DESTINATION_MACOS_ARM64" ] ; then