Update PBRP-new.yml

This commit is contained in:
ragebreaker 2024-12-14 23:05:31 +05:30 committed by GitHub
parent 273201711b
commit 2a6efe37e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,6 @@ jobs:
files: | files: |
${{ env.OUTPUT_DIR }}/*.img ${{ env.OUTPUT_DIR }}/*.img
${{ env.OUTPUT_DIR }}/PBRP*.zip ${{ env.OUTPUT_DIR }}/PBRP*.zip
${{ env.OUTPUT_DIR }}/ramdisk-recovery.*
name: PBRP for ${{ inputs.DEVICE_NAME }} - ${{ env.BUILD_DATE }} name: PBRP for ${{ inputs.DEVICE_NAME }} - ${{ env.BUILD_DATE }}
tag_name: ${{ github.run_id }} tag_name: ${{ github.run_id }}
body: | body: |
@ -142,16 +141,6 @@ jobs:
echo "BUILD_MINUTES=${minutes}" >> $GITHUB_ENV echo "BUILD_MINUTES=${minutes}" >> $GITHUB_ENV
echo "BUILD_SECONDS=${seconds}" >> $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 - name: Cleanup Workspace
if: always() if: always()
run: | run: |