diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index 7d8b29157..0dcc1b10f 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -123,7 +123,7 @@ jobs: cd workspace git config --global user.name "${GITHUB_ACTOR}" git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com" - repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_${{ steps.buildtree.outputs.value }}.git -b twrp-${{ inputs.MANIFEST_BRANCH }} + repo init --depth=1 -u https://github.com/gawasvedraj/platform_manifest_twrp_${{ steps.buildtree.outputs.value }}.git -b twrp-${{ inputs.MANIFEST_BRANCH }} - name: Repo Sync run: | @@ -262,10 +262,10 @@ jobs: files: | workspace/out/target/product/${{ steps.devicename.outputs.device }}/${{ inputs.BUILD_TARGET }}.img workspace/out/target/product/${{ steps.devicename.outputs.device }}/*${{ steps.devicename.outputs.device }}* - workspace/out/target/product/${{ steps.devicename.outputs.device }}/obj/PACKAGING/vendor_ramdisk_intermediates/recovery.* + workspace/out/target/product/${{ steps.devicename.outputs.device }}/ramdisk-recovery.* - workspace/out/target/product/${{ steps.devicename.outputs.device }}/vendor_ramdisk.* - name: ${{ inputs.MANIFEST_BRANCH }}_${{ steps.devicename.outputs.device }} (SHRP) + + name: ${{ inputs.MANIFEST_BRANCH }}(SHRP) tag_name: ${{ github.run_id }} body: | Manifest: ${{ inputs.MANIFEST_BRANCH }}