Przeglądaj źródła

Merge pull request #16 from xtruan/develop

Update release.yml
Struan Clark 2 lat temu
rodzic
commit
1375bc695e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -26,7 +26,7 @@ jobs:
       - name: Build FAPs
         run: ./fbt COMPACT=1 DEBUG=0 faps
       - name: Check FlipBIP Built
-        run: test -f build/f7-firmware-C/.extapps/FlipBIP.fap
+        run: test -f build/f7-firmware-C/.extapps/flipbip.fap
       - name: Get Tag
         id: tag
         uses: dawidd6/action-get-tag@v1
@@ -41,4 +41,4 @@ jobs:
           name: ${{steps.tag.outputs.tag}}
           body: Built against Flipper Zero firmware v${{ env.firmware_version }}
           generate_release_notes: true
-          fail_on_unmatched_files: true
+          fail_on_unmatched_files: true