Update PBRP-new.yml
This commit is contained in:
parent
43f70aab22
commit
a55defd838
4
.github/workflows/PBRP-new.yml
vendored
4
.github/workflows/PBRP-new.yml
vendored
@ -46,9 +46,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.repository.owner.id == github.event.sender.id
|
if: github.event.repository.owner.id == github.event.sender.id
|
||||||
env:
|
env:
|
||||||
OUTPUT_DIR: ${{ github.workspace }}/android-recovery/out/target/product/${{ inputs.DEVICE_NAME }}
|
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
@ -148,7 +146,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-logs-${{ inputs.DEVICE_NAME }}-${{ env.BUILD_DATE }}
|
name: build-logs-${{ env.DEVICE_NAME }}-${{ env.BUILD_DATE }}
|
||||||
path: |
|
path: |
|
||||||
${{ env.OUTPUT_DIR }}/*.log
|
${{ env.OUTPUT_DIR }}/*.log
|
||||||
${{ env.OUTPUT_DIR }}/log
|
${{ env.OUTPUT_DIR }}/log
|
||||||
|
Loading…
Reference in New Issue
Block a user