|
|
@@ -2,7 +2,7 @@ name: "FAP Build"
|
|
|
on:
|
|
|
push:
|
|
|
branches:
|
|
|
- - main
|
|
|
+ - feature_wifi_marauder_app
|
|
|
pull_request:
|
|
|
schedule:
|
|
|
- cron: "1 1 * * *"
|
|
|
@@ -31,4 +31,4 @@ jobs:
|
|
|
uses: actions/upload-artifact@v3
|
|
|
with:
|
|
|
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
|
|
|
- path: ${{ steps.build-app.outputs.fap-artifacts }}
|
|
|
+ path: ${{ steps.build-app.outputs.fap-artifacts }}
|