From a55defd838c662ced51bbd0176611dd6c9dccbd7 Mon Sep 17 00:00:00 2001 From: ragebreaker <125530737+mlm-games@users.noreply.github.com> Date: Sat, 14 Dec 2024 16:49:21 +0530 Subject: [PATCH] Update PBRP-new.yml --- .github/workflows/PBRP-new.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/PBRP-new.yml b/.github/workflows/PBRP-new.yml index 963d192..18ca5fc 100644 --- a/.github/workflows/PBRP-new.yml +++ b/.github/workflows/PBRP-new.yml @@ -46,9 +46,7 @@ jobs: runs-on: ubuntu-latest if: github.event.repository.owner.id == github.event.sender.id env: - OUTPUT_DIR: ${{ github.workspace }}/android-recovery/out/target/product/${{ inputs.DEVICE_NAME }} DEBIAN_FRONTEND: noninteractive - permissions: contents: write @@ -148,7 +146,7 @@ jobs: if: failure() uses: actions/upload-artifact@v3 with: - name: build-logs-${{ inputs.DEVICE_NAME }}-${{ env.BUILD_DATE }} + name: build-logs-${{ env.DEVICE_NAME }}-${{ env.BUILD_DATE }} path: | ${{ env.OUTPUT_DIR }}/*.log ${{ env.OUTPUT_DIR }}/log