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