fbt: building fap_dist for compact gh build; accessor: fixed for latest ibutton changes (#2377)

* fbt: building fap_dist as default target; accessor: fixed for latest ibutton changes
* fbt: not building fap_dist as default target; github: doing fap_dist for compact builds

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2023-02-08 22:16:05 +04:00
committed by GitHub
parent 8f2f2d810a
commit a005087636
2 changed files with 2 additions and 2 deletions

View File

@@ -188,5 +188,5 @@ jobs:
set -e
for TARGET in ${TARGETS}; do
TARGET="$(echo "${TARGET}" | sed 's/f//')"; \
./fbt TARGET_HW=$TARGET DEBUG=0 COMPACT=1 updater_package
./fbt TARGET_HW=$TARGET DEBUG=0 COMPACT=1 fap_dist updater_package
done