Update PBRP-new.yml
This commit is contained in:
parent
273201711b
commit
2a6efe37e1
11
.github/workflows/PBRP-new.yml
vendored
11
.github/workflows/PBRP-new.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user