mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +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
|
then
|
||||||
os="${BASH_REMATCH[3]}"
|
os="${BASH_REMATCH[3]}"
|
||||||
arch="${BASH_REMATCH[1]}"
|
arch="${BASH_REMATCH[1]}"
|
||||||
declare -p BASH_REMATCH
|
compress-artifact "$build_dir" "$os" "$arch"
|
||||||
echo compress-artifact "$build_dir" "$os" "$arch"
|
|
||||||
else
|
else
|
||||||
echo "ERROR: Invalid target: $target" >&2
|
echo "ERROR: Invalid target: $target" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue