From ab1c0bab33cbd646b58a14d583d23f5653993388 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 8 Aug 2026 17:09:45 +0100 Subject: [PATCH] Attach .fap files directly to build process Signed-off-by: Markus Birth --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1ca14e..041dc27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: push: ## put your main branch name under "branches" branches: - - master + - master pull_request: schedule: # do a build every day @@ -38,5 +38,6 @@ jobs: uses: actions/upload-artifact@v3 with: # 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 }} + archive: false