From 23e532b59b22dc91f6201cc5229cddca6cda2ef3 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Thu, 4 Jul 2024 05:57:23 +0300 Subject: [PATCH] update ci for new archive format --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index b5e20d3f..98edc0fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,6 +31,7 @@ steps: - mkdir artifacts-base - mkdir artifacts-totp - mkdir dist/f7-C/f7-update-local/resources + - toolchain/current/bin/python3 scripts/hs.py decompress dist/f7-C/f7-update-local/resources.ths -o dist/f7-C/f7-update-local/resources.tar - tar xf dist/f7-C/f7-update-local/resources.tar -C dist/f7-C/f7-update-local/resources - mv dist/f7-C/f7-update-local/resources/apps/* artifacts-base/ - mv dist/f7-C/f7-update-local/resources/apps_data/totp/* artifacts-totp/ @@ -73,6 +74,7 @@ steps: - ./fbt COMPACT=1 DEBUG=0 updater_package - mkdir artifacts-extra - mkdir dist/f7-C/f7-update-local/resources + - toolchain/current/bin/python3 scripts/hs.py decompress dist/f7-C/f7-update-local/resources.ths -o dist/f7-C/f7-update-local/resources.tar - tar xf dist/f7-C/f7-update-local/resources.tar -C dist/f7-C/f7-update-local/resources - mv dist/f7-C/f7-update-local/resources/apps/* artifacts-extra/ - ls -laS artifacts-extra