Parcourir la source

change: separate build fw and build FAPs

Signed-off-by: DerSkythe <skif@skif.ws>
DerSkythe il y a 2 ans
Parent
commit
85c8ebfb20
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      .github/workflows/build-with-firmwware.yml

+ 11 - 0
.github/workflows/build-with-firmwware.yml

@@ -31,6 +31,8 @@ jobs:
       RELATIVE_PATH: "applications/external/subbrute"
       CURRENT_VERSION: ${{ vars.RELEASE_VERSION }}
       RELEASE_VERSION: ${{ vars.RELEASE_VERSION }}
+      ZIP_NAME: ''
+      ZIP_TAG: ''
     strategy:
       fail-fast: false
       matrix:
@@ -141,6 +143,15 @@ jobs:
           WORKFLOW_BRANCH_OR_TAG: release-cfw
         run: |
           ./fbt COMPACT=1 DEBUG=0 FBT_NO_SYNC=0
+
+      - name: Build FAPs
+        shell: bash
+        if: ${{ success() }}
+        env:
+          FBT_NO_SYNC: 0
+          DIST_SUFFIX: ${{ matrix.version }}
+          WORKFLOW_BRANCH_OR_TAG: release-cfw
+        run: |
           ./fbt COMPACT=1 DEBUG=0 FBT_NO_SYNC=0 fap_dist
 
       #    - name: Save FBT