|
6 | 6 | name: 'ufbt: Build'
|
7 | 7 | steps:
|
8 | 8 | - name: Checkout
|
9 |
| - uses: actions/checkout@v4 |
10 |
| - |
| 9 | + uses: actions/checkout@v4 |
11 | 10 | # below code was generated by copilot https://gist.github.com/eried/87c34bc6da020c1aa4db3316a94c25f4
|
12 |
| - |
13 | 11 | # build esp32cam_camera
|
14 | 12 | - name: Build with ufbt esp32cam_camera
|
15 | 13 | uses: flipperdevices/[email protected]
|
|
22 | 20 | with:
|
23 | 21 | name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_camera.outputs.suffix }}
|
24 | 22 | path: ${{ steps.build-app-esp32cam_camera.outputs.fap-artifacts }}
|
25 |
| - |
26 | 23 | # build esp32cam_marauder_companion
|
27 | 24 | - name: Build with ufbt esp32cam_marauder_companion
|
28 | 25 | uses: flipperdevices/[email protected]
|
|
35 | 32 | with:
|
36 | 33 | name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_marauder_companion.outputs.suffix }}
|
37 | 34 | path: ${{ steps.build-app-esp32cam_marauder_companion.outputs.fap-artifacts }}
|
38 |
| - |
39 | 35 | # build esp32cam_morseflasher
|
40 | 36 | - name: Build with ufbt esp32cam_morseflasher
|
41 | 37 | uses: flipperdevices/[email protected]
|
|
48 | 44 | with:
|
49 | 45 | name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_morseflasher.outputs.suffix }}
|
50 | 46 | path: ${{ steps.build-app-esp32cam_morseflasher.outputs.fap-artifacts }}
|
51 |
| - |
52 | 47 | # build esp32cam_motion_detection
|
53 | 48 | - name: Build with ufbt esp32cam_motion_detection
|
54 | 49 | uses: flipperdevices/[email protected]
|
|
61 | 56 | with:
|
62 | 57 | name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_motion_detection.outputs.suffix }}
|
63 | 58 | path: ${{ steps.build-app-esp32cam_motion_detection.outputs.fap-artifacts }}
|
64 |
| - |
65 | 59 | # build esp32cam_nannycam
|
66 | 60 | - name: Build with ufbt esp32cam_nannycam
|
67 | 61 | uses: flipperdevices/[email protected]
|
|
87 | 81 | with:
|
88 | 82 | name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_qrcode.outputs.suffix }}
|
89 | 83 | path: ${{ steps.build-app-esp32cam_qrcode.outputs.fap-artifacts }}
|
90 |
| - |
91 | 84 | # release
|
92 | 85 | - name: Release
|
93 | 86 | uses: softprops/action-gh-release@v1
|
|
0 commit comments