Skip to content

Commit 5b1b68d

Browse files
committed
Update release-faps.yml
1 parent 1a1ccd1 commit 5b1b68d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release-faps.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ jobs:
66
name: 'ufbt: Build'
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v4
10-
9+
uses: actions/checkout@v4
1110
# below code was generated by copilot https://gist.github.com/eried/87c34bc6da020c1aa4db3316a94c25f4
12-
1311
# build esp32cam_camera
1412
- name: Build with ufbt esp32cam_camera
1513
uses: flipperdevices/[email protected]
@@ -22,7 +20,6 @@ jobs:
2220
with:
2321
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_camera.outputs.suffix }}
2422
path: ${{ steps.build-app-esp32cam_camera.outputs.fap-artifacts }}
25-
2623
# build esp32cam_marauder_companion
2724
- name: Build with ufbt esp32cam_marauder_companion
2825
uses: flipperdevices/[email protected]
@@ -35,7 +32,6 @@ jobs:
3532
with:
3633
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_marauder_companion.outputs.suffix }}
3734
path: ${{ steps.build-app-esp32cam_marauder_companion.outputs.fap-artifacts }}
38-
3935
# build esp32cam_morseflasher
4036
- name: Build with ufbt esp32cam_morseflasher
4137
uses: flipperdevices/[email protected]
@@ -48,7 +44,6 @@ jobs:
4844
with:
4945
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_morseflasher.outputs.suffix }}
5046
path: ${{ steps.build-app-esp32cam_morseflasher.outputs.fap-artifacts }}
51-
5247
# build esp32cam_motion_detection
5348
- name: Build with ufbt esp32cam_motion_detection
5449
uses: flipperdevices/[email protected]
@@ -61,7 +56,6 @@ jobs:
6156
with:
6257
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_motion_detection.outputs.suffix }}
6358
path: ${{ steps.build-app-esp32cam_motion_detection.outputs.fap-artifacts }}
64-
6559
# build esp32cam_nannycam
6660
- name: Build with ufbt esp32cam_nannycam
6761
uses: flipperdevices/[email protected]
@@ -87,7 +81,6 @@ jobs:
8781
with:
8882
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_qrcode.outputs.suffix }}
8983
path: ${{ steps.build-app-esp32cam_qrcode.outputs.fap-artifacts }}
90-
9184
# release
9285
- name: Release
9386
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)