|
@@ -5,7 +5,7 @@ on:
|
|
|
workflow_dispatch:
|
|
workflow_dispatch:
|
|
|
inputs:
|
|
inputs:
|
|
|
version:
|
|
version:
|
|
|
- description: "Enter version to build or left empty for current version"
|
|
|
|
|
|
|
+ description: "Enter version to build or left empty for the NEXT version"
|
|
|
required: false
|
|
required: false
|
|
|
type: string
|
|
type: string
|
|
|
push:
|
|
push:
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
src-included: 0
|
|
src-included: 0
|
|
|
- firmware: official
|
|
- firmware: official
|
|
|
url: ${{ vars.REPO_OFFICIAL }}
|
|
url: ${{ vars.REPO_OFFICIAL }}
|
|
|
- version: "official"
|
|
|
|
|
|
|
+ version: official
|
|
|
src-included: 0
|
|
src-included: 0
|
|
|
steps:
|
|
steps:
|
|
|
- name: Copy Firmware Files
|
|
- name: Copy Firmware Files
|
|
@@ -80,7 +80,6 @@ jobs:
|
|
|
#
|
|
#
|
|
|
- name: Remove other apps
|
|
- name: Remove other apps
|
|
|
shell: pwsh
|
|
shell: pwsh
|
|
|
- if: ${{ success() }}
|
|
|
|
|
# rm to remove problem FAP which includes non-existent files
|
|
# rm to remove problem FAP which includes non-existent files
|
|
|
run: |
|
|
run: |
|
|
|
Remove-Item -Force -Recurse ./applications/debug -ErrorAction SilentlyContinue
|
|
Remove-Item -Force -Recurse ./applications/debug -ErrorAction SilentlyContinue
|