fix
This commit is contained in:
6
.github/workflows/lo-test.yml
vendored
6
.github/workflows/lo-test.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
build_packages:
|
build_packages:
|
||||||
name: Build ${{ github.event.client_payload.device || github.event.inputs.device }} packages
|
name: Build ${{ github.event.client_payload.device || github.event.inputs.device }} packages
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}
|
DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}
|
||||||
BRANCH: ${{ github.event.client_payload.branch || github.event.inputs.branch }}
|
BRANCH: ${{ github.event.client_payload.branch || github.event.inputs.branch }}
|
||||||
@@ -213,7 +213,7 @@ jobs:
|
|||||||
generate_slim_firmware:
|
generate_slim_firmware:
|
||||||
needs: build_packages
|
needs: build_packages
|
||||||
name: Generate ${{ github.event.client_payload.device || github.event.inputs.device }} slim firmware
|
name: Generate ${{ github.event.client_payload.device || github.event.inputs.device }} slim firmware
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}
|
DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}
|
||||||
|
|
||||||
@@ -260,7 +260,7 @@ jobs:
|
|||||||
needs: build_packages
|
needs: build_packages
|
||||||
if: always()
|
if: always()
|
||||||
name: Generate ${{ github.event.client_payload.device || github.event.inputs.device }} firmware
|
name: Generate ${{ github.event.client_payload.device || github.event.inputs.device }} firmware
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}
|
DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user