mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
fix: remove debugging
This commit is contained in:
parent
b1e424fbea
commit
3d4fbf1c88
1 changed files with 1 additions and 2 deletions
3
.github/scripts/package-artifacts.sh
vendored
3
.github/scripts/package-artifacts.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue