From 659808f724358dfa21df3abac8d9f036ca75298c Mon Sep 17 00:00:00 2001 From: Greg Sarjeant Date: Mon, 28 Jul 2025 01:45:39 +0000 Subject: [PATCH] Add prereq script to package build. (#32) Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/32 Co-authored-by: Greg Sarjeant Co-committed-by: Greg Sarjeant --- .gitea/workflows/build_and_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_publish.yaml b/.gitea/workflows/build_and_publish.yaml index 90db2fc..f1acf45 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -18,7 +18,7 @@ jobs: --exclude='storage/ticks' \ --exclude='storage/upload' \ -czvf tkr.${{ gitea.ref_name }}.tgz \ - config public src storage templates + check-prerequisites.php config public src storage templates - name: Push to Generic gitea registry run: | curl \