From 1337ffa155fc75ee4352832937ae2b53941f072a Mon Sep 17 00:00:00 2001 From: Greg Sarjeant Date: Tue, 5 Aug 2025 22:21:36 +0000 Subject: [PATCH] Fix build and publish job (#59) I renamed and repurposed the prerequisites script, but forgot to update the build job accordingly. Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/59 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 b8a379f..7c5bd08 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -18,7 +18,7 @@ jobs: --exclude='storage/logs' \ --exclude='storage/upload' \ -czvf tkr.${{ gitea.ref_name }}.tgz \ - check-prerequisites.php config public src storage templates + tkr-setup.php config public src storage templates - name: Push to Generic gitea registry run: | curl \