Skip to content

Commit

Permalink
Update release-faps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eried committed Jan 22, 2024
1 parent 1a1ccd1 commit 5b1b68d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release-faps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ jobs:
name: 'ufbt: Build'
steps:
- name: Checkout
uses: actions/checkout@v4

uses: actions/checkout@v4
# below code was generated by copilot https://gist.github.com/eried/87c34bc6da020c1aa4db3316a94c25f4

# build esp32cam_camera
- name: Build with ufbt esp32cam_camera
uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
Expand All @@ -22,7 +20,6 @@ jobs:
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_camera.outputs.suffix }}
path: ${{ steps.build-app-esp32cam_camera.outputs.fap-artifacts }}

# build esp32cam_marauder_companion
- name: Build with ufbt esp32cam_marauder_companion
uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
Expand All @@ -35,7 +32,6 @@ jobs:
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_marauder_companion.outputs.suffix }}
path: ${{ steps.build-app-esp32cam_marauder_companion.outputs.fap-artifacts }}

# build esp32cam_morseflasher
- name: Build with ufbt esp32cam_morseflasher
uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
Expand All @@ -48,7 +44,6 @@ jobs:
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_morseflasher.outputs.suffix }}
path: ${{ steps.build-app-esp32cam_morseflasher.outputs.fap-artifacts }}

# build esp32cam_motion_detection
- name: Build with ufbt esp32cam_motion_detection
uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
Expand All @@ -61,7 +56,6 @@ jobs:
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_motion_detection.outputs.suffix }}
path: ${{ steps.build-app-esp32cam_motion_detection.outputs.fap-artifacts }}

# build esp32cam_nannycam
- name: Build with ufbt esp32cam_nannycam
uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
Expand All @@ -87,7 +81,6 @@ jobs:
with:
name: ${{ github.event.repository.name }}-${{ steps.build-app-esp32cam_qrcode.outputs.suffix }}
path: ${{ steps.build-app-esp32cam_qrcode.outputs.fap-artifacts }}

# release
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5b1b68d

Please sign in to comment.