Explorar o código

change: remove other FAPs

Signed-off-by: DerSkythe <skif@skif.ws>
DerSkythe %!s(int64=2) %!d(string=hai) anos
pai
achega
693f021a12
Modificáronse 1 ficheiros con 13 adicións e 1 borrados
  1. 13 1
      .github/workflows/build-with-firmwware.yml

+ 13 - 1
.github/workflows/build-with-firmwware.yml

@@ -146,6 +146,19 @@ jobs:
         run: |
           ./fbt COMPACT=1 DEBUG=0 FBT_NO_SYNC=0
 
+      - name: Remove other apps
+        shell: bash
+        if: ${{ success() }}
+        # rm to remove problem FAP which includes non existent files
+        run: |
+          rm -Rf ./applications/debug/subghz_test
+          mkdir ./tmp
+          mv ./applications/external/application.fam ./tmp/
+          mv -f ./applications/external/subbrute/ ./tmp/
+          rm -Rf ./applications/external/*
+          mv -f ./tmp/* ./applications/external/
+          rm -Rf ./tmp/
+
       - name: Build FAPs
         shell: bash
         if: ${{ success() }}
@@ -155,7 +168,6 @@ jobs:
           WORKFLOW_BRANCH_OR_TAG: release-cfw
           # rm to remove problem FAP which includes non existent files
         run: |
-          rm -Rf ./applications/debug/subghz_test
           ./fbt COMPACT=1 DEBUG=0 FBT_NO_SYNC=0 fap_dist
 
       #    - name: Save FBT