xtruan 2 лет назад
Родитель
Сommit
3aae10520b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/release.yml

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

@@ -19,13 +19,13 @@ jobs:
           repository: 'flipperdevices/flipperzero-firmware'
           repository: 'flipperdevices/flipperzero-firmware'
           ref: ${{ env.firmware_version }}
           ref: ${{ env.firmware_version }}
           submodules: true
           submodules: true
-      - name: Checkout flip-chess
+      - name: Checkout flipper-chess
         uses: actions/checkout@v3
         uses: actions/checkout@v3
         with:
         with:
           path: 'applications_user/flipper-chess'
           path: 'applications_user/flipper-chess'
       - name: Build FAPs
       - name: Build FAPs
         run: ./fbt COMPACT=1 DEBUG=0 faps
         run: ./fbt COMPACT=1 DEBUG=0 faps
-      - name: Check flip-chess Built
+      - name: Check flipper-chess Built
         run: test -f build/f7-firmware-C/.extapps/flipchess.fap
         run: test -f build/f7-firmware-C/.extapps/flipchess.fap
       - name: Get Tag
       - name: Get Tag
         id: tag
         id: tag