freal (#83)
Some checks are pending
Run unit tests / run-unit-tests (push) Waiting to run

Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/83
Co-authored-by: Greg Sarjeant <greg@subcultureofone.org>
Co-committed-by: Greg Sarjeant <greg@subcultureofone.org>
This commit is contained in:
Greg Sarjeant 2025-08-28 22:47:50 +00:00 committed by greg
parent 33d722b225
commit e809644b49

View File

@ -28,7 +28,7 @@ jobs:
- name: Build zip archive - name: Build zip archive
run: | run: |
(cd ../; \ (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) 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 - name: Push zip to Generic gitea registry
run: | run: |