diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index ebd47ad8e..d1a153f8d 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -108,13 +108,11 @@ jobs: - name: Clone device tree run: | - echo -e "Device Name: ${{ steps.devicename.outputs.device}}" git clone ${{ inputs.DEVICE_TREE_URL }} -b ${{ inputs.DEVICE_TREE_BRANCH }} ./${{ inputs.DEVICE_PATH }} working-directory: workspace - name: Sync Device Dependencies run: | - echo -e "Vendor Prefix: ${{ steps.vendorname.outputs.prefix }}" bash ${GITHUB_WORKSPACE}/scripts/convert.sh ${{ inputs.DEVICE_PATH }}/${{ steps.vendorname.outputs.prefix }}.dependencies repo sync -j$(nproc --all) working-directory: workspace @@ -138,7 +136,7 @@ jobs: workspace/out/target/product/${{ steps.devicename.outputs.device }}/*${{ inputs.DEVICE_NAME }}* workspace/out/target/product/${{ steps.devicename.outputs.device }}/obj/PACKAGING/vendor_ramdisk_fragments_intermediates/recovery.* workspace/out/target/product/${{ steps.devicename.outputs.device }}/ramdisk-recovery.* - name: ${{ inputs.DEVICE_NAME }} (PBRP) + name: ${{ steps.devicename.outputs.device}} (PBRP) tag_name: ${{ github.run_id }} body: | Manifest: ${{ inputs.MANIFEST_BRANCH }}