create tkr parent directory in tar archive

This commit is contained in:
Greg Sarjeant 2025-07-02 20:42:38 -04:00
parent db8f3fa93e
commit cfb8bd8f2e

View File

@ -13,10 +13,11 @@ jobs:
- name: Build archive
run: |
tar \
--exclude='./storage/db' \
--exclude='./storage/ticks' \
--exclude='./storage/upload' \
-czpvf tkr.${{ gitea.ref_name }}.tgz \
--transform 's,^,tkr/,'
--exclude='storage/db' \
--exclude='storage/ticks' \
--exclude='storage/upload' \
-czvf tkr.${{ gitea.ref_name }}.tgz \
config public src storage templates
- name: Push to Generic gitea registry
run: |