Update PBRP-new.yml

This commit is contained in:
ragebreaker 2024-12-14 16:49:21 +05:30 committed by GitHub
parent 43f70aab22
commit a55defd838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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