Attach .fap files directly to build process
FAP: Build for multiple SDK sources / ufbt: Build for dev channel (push) Successful in 2m0s
FAP: Build for multiple SDK sources / ufbt: Build for release channel (push) Successful in 2m2s

Signed-off-by: Markus Birth <markus@birth-online.de>
This commit is contained in:
2026-08-08 17:09:45 +01:00
parent 9f1709bb32
commit ab1c0bab33
+3 -2
View File
@@ -7,7 +7,7 @@ on:
push: push:
## put your main branch name under "branches" ## put your main branch name under "branches"
branches: branches:
- master - master
pull_request: pull_request:
schedule: schedule:
# do a build every day # do a build every day
@@ -38,5 +38,6 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
# See ufbt action docs for other output variables # See ufbt action docs for other output variables
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }} name: uk_mbirth_sonicare-${{ steps.build-app.outputs.suffix }}.fap
path: ${{ steps.build-app.outputs.fap-artifacts }} path: ${{ steps.build-app.outputs.fap-artifacts }}
archive: false