Skip to content

Commit

Permalink
ci: considering OFW catalog extracts plugins to another dir
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Oct 23, 2024
1 parent 88f08ac commit 250197b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-ofw-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: |
sed -i 's/apptype=FlipperAppType.PLUGIN,/apptype=FlipperAppType.PLUGIN,\n fal_embedded=True,/' totp/application.fam
printf "\n#define TOTP_APP_VERSION_META \"$(git rev-parse --short HEAD).ofw-catalog\"\n" >> totp/version.h
sed -i 's~apps_data/totp/plugins/~apps_assets/totp/plugins/~' totp/cli/cli.c
- run: |
git commit -am "chore: Applied OFW catalog changes"
git push -u --force origin master_ofw-catalog

0 comments on commit 250197b

Please sign in to comment.