From e79601e2e8489c389693b858b64d2dd61e75ff11 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Thu, 13 Oct 2022 16:49:58 +0200 Subject: [PATCH] Try fixing DEB package --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f49354..d63176d 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ DEB: scripts/cc-metric-collector.deb.control $(APP) @make PREFIX=$${WORKSPACE} install @DEB_FILE="cc-metric-collector_$${VERS}_$${ARCH}.deb" @dpkg-deb -b $${WORKSPACE} "$$DEB_FILE" - @if [[ "$${GITHUB_ACTIONS}" == true ]]; then + @if [ "$${GITHUB_ACTIONS}" = "true" ]; then @ echo "::set-output name=DEB::$${DEB_FILE}" @fi @rm -r "$${WORKSPACE}"