Update publish.sh
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Failing after 7s
Build-Test-Publish / build (linux/arm64) (push) Failing after 8s

This commit is contained in:
Your Name
2025-08-24 16:11:12 +12:00
parent 3d16fd345d
commit 671189120a

View File

@@ -5,7 +5,7 @@ set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
ARCH=$(uname -m) ARCH=$(uname -m)
PROJECT="sos" PROJECT="gp"
function heading() { function heading() {
# print a heading with a line of dashe # print a heading with a line of dashe