Skip to content

Commit

Permalink
Fix device name in output
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainThrowback authored Feb 17, 2024
1 parent 96f7366 commit 674dc23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 674dc23

Please sign in to comment.