From 492a72275db9a3654a137ccfa3a3cb870d478976 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 18:14:18 +1200 Subject: [PATCH] config: Update 2 files --- .gitea/workflows/BuildTestPublish.yaml | 3 +++ getpkg/publish.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/BuildTestPublish.yaml b/.gitea/workflows/BuildTestPublish.yaml index 377ed3f..7aa90bb 100644 --- a/.gitea/workflows/BuildTestPublish.yaml +++ b/.gitea/workflows/BuildTestPublish.yaml @@ -24,6 +24,9 @@ jobs: registry: gitea.jde.nz username: DoesntMatter password: ${{ secrets.DOCKER_PUSH_TOKEN }} + - name: install upx + run: | + sudo apt-get install -y upx - name: Build Test Publish All run: | SOS_WRITE_TOKEN=${{ secrets.SOS_WRITE_TOKEN }} ./buildtestpublish_all.sh diff --git a/getpkg/publish.sh b/getpkg/publish.sh index 4806b00..fd8497d 100755 --- a/getpkg/publish.sh +++ b/getpkg/publish.sh @@ -18,7 +18,7 @@ function heading() { heading "Publishing ${PROJECT}" function die() { - title "error: $1" + heading "error: $1" exit 1 }