Fix tar command
Some checks failed
Run unit tests / build_and_publish (push) Has been cancelled
Run unit tests / run-unit-tests (push) Has been cancelled

This commit is contained in:
Greg Sarjeant 2025-07-02 20:44:32 -04:00
parent cfb8bd8f2e
commit 56f3af14a8

View File

@ -13,7 +13,7 @@ jobs:
- name: Build archive
run: |
tar \
--transform 's,^,tkr/,'
--transform 's,^,tkr/,' \
--exclude='storage/db' \
--exclude='storage/ticks' \
--exclude='storage/upload' \