From e809644b4900e67b3c18baad656025eea39cb745 Mon Sep 17 00:00:00 2001 From: Greg Sarjeant Date: Thu, 28 Aug 2025 22:47:50 +0000 Subject: [PATCH] freal (#83) Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/83 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 77128b0..cc1ec65 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -28,7 +28,7 @@ jobs: - name: Build zip archive run: | (cd ../; \ - zip -r tkr/tkr.zip \ + zip -r tkr/tkr.${{ gitea.ref_name }}.zip \ tkr/README.md tkr/LICENSE tkr/tkr-setup.php tkr/config tkr/examples tkr/public tkr/src tkr/storage tkr/templates) - name: Push zip to Generic gitea registry run: |