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