From 3d4fbf1c88100169bc69da742ec7ec718b354d8e Mon Sep 17 00:00:00 2001 From: Jonatan Czarniecki Date: Sun, 8 Jun 2025 17:27:01 +0200 Subject: [PATCH] fix: remove debugging --- .github/scripts/package-artifacts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/package-artifacts.sh b/.github/scripts/package-artifacts.sh index 28868e0..cdce3b7 100755 --- a/.github/scripts/package-artifacts.sh +++ b/.github/scripts/package-artifacts.sh @@ -55,8 +55,7 @@ do then os="${BASH_REMATCH[3]}" arch="${BASH_REMATCH[1]}" - declare -p BASH_REMATCH - echo compress-artifact "$build_dir" "$os" "$arch" + compress-artifact "$build_dir" "$os" "$arch" else echo "ERROR: Invalid target: $target" >&2 exit 1