Skip to content

Commit

Permalink
Update fapping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arag0re authored Nov 29, 2024
1 parent 84cd553 commit ab5f307
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/workflows/fapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
include:
- name: dev channel
sdk-channel: dev
- name: release channel
sdk-channel: release
- name: Momentum firmware
sdk-index-url: https://up.momentum-fw.dev/firmware/directory.json
sdk-channel: release
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -23,9 +32,17 @@ jobs:
with:
python-version: '3.11' # Set up the Python version

- name: Build Flipper Application Package (.fap)
uses: flipperdevices/[email protected].3
- name: 'ufbt: Build for ${{ matrix.name }}'
uses: flipperdevices/[email protected]
id: build-app
with:
sdk-channel: ${{ matrix.sdk-channel }}
sdk-index-url: ${{ matrix.sdk-index-url }}


#- name: Build Flipper Application Package (.fap)
# uses: flipperdevices/[email protected]
# id: build-app
#with:
# sdk-branch: 0.97.1

Expand Down

0 comments on commit ab5f307

Please sign in to comment.