From 2a6efe37e1e2bae70f5239f48d2f11f1a403ffe5 Mon Sep 17 00:00:00 2001 From: ragebreaker <125530737+mlm-games@users.noreply.github.com> Date: Sat, 14 Dec 2024 23:05:31 +0530 Subject: [PATCH] Update PBRP-new.yml --- .github/workflows/PBRP-new.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/PBRP-new.yml b/.github/workflows/PBRP-new.yml index ed40983..a083619 100644 --- a/.github/workflows/PBRP-new.yml +++ b/.github/workflows/PBRP-new.yml @@ -94,7 +94,6 @@ jobs: files: | ${{ env.OUTPUT_DIR }}/*.img ${{ env.OUTPUT_DIR }}/PBRP*.zip - ${{ env.OUTPUT_DIR }}/ramdisk-recovery.* name: PBRP for ${{ inputs.DEVICE_NAME }} - ${{ env.BUILD_DATE }} tag_name: ${{ github.run_id }} body: | @@ -142,16 +141,6 @@ jobs: echo "BUILD_MINUTES=${minutes}" >> $GITHUB_ENV echo "BUILD_SECONDS=${seconds}" >> $GITHUB_ENV - - name: Upload Build Logs - if: failure() - uses: actions/upload-artifact@v3 - with: - name: build-logs-${{ env.DEVICE_NAME }}-${{ env.BUILD_DATE }} - path: | - ${{ env.OUTPUT_DIR }}/*.log - ${{ env.OUTPUT_DIR }}/log - retention-days: 5 - - name: Cleanup Workspace if: always() run: |