config: Update 2 files

This commit is contained in:
Your Name
2025-06-22 18:14:18 +12:00
parent 27d231bee5
commit 492a72275d
2 changed files with 4 additions and 1 deletions
.gitea/workflows
getpkg

@ -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

@ -18,7 +18,7 @@ function heading() {
heading "Publishing ${PROJECT}"
function die() {
title "error: $1"
heading "error: $1"
exit 1
}