create tkr parent directory in tar archive
This commit is contained in:
parent
db8f3fa93e
commit
cfb8bd8f2e
@ -13,10 +13,11 @@ jobs:
|
|||||||
- name: Build archive
|
- name: Build archive
|
||||||
run: |
|
run: |
|
||||||
tar \
|
tar \
|
||||||
--exclude='./storage/db' \
|
--transform 's,^,tkr/,'
|
||||||
--exclude='./storage/ticks' \
|
--exclude='storage/db' \
|
||||||
--exclude='./storage/upload' \
|
--exclude='storage/ticks' \
|
||||||
-czpvf tkr.${{ gitea.ref_name }}.tgz \
|
--exclude='storage/upload' \
|
||||||
|
-czvf tkr.${{ gitea.ref_name }}.tgz \
|
||||||
config public src storage templates
|
config public src storage templates
|
||||||
- name: Push to Generic gitea registry
|
- name: Push to Generic gitea registry
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user