From 8d90f6e8efd65931b11e4a1458c48a0a1d2b21d8 Mon Sep 17 00:00:00 2001 From: Samuel Kendall Date: Wed, 9 Oct 2024 17:29:58 +0330 Subject: [PATCH] Update OrangeFox-Recovery-Builder.yml --- .github/workflows/OrangeFox-Recovery-Builder.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/OrangeFox-Recovery-Builder.yml b/.github/workflows/OrangeFox-Recovery-Builder.yml index d51c2e7..c77fba0 100644 --- a/.github/workflows/OrangeFox-Recovery-Builder.yml +++ b/.github/workflows/OrangeFox-Recovery-Builder.yml @@ -162,7 +162,7 @@ jobs: run: | if [ ${{ github.event.inputs.RECOVERY_INSTALLER }} = true ]; then cd OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ - wget https://github.com/kinguser981/recovery-installer/releases/download/zip/recovery-installer.zip + wget https://github.com/kinguser981/recovery-installer/releases/download/11256427880/recovery-installer.zip zip -ur recovery-installer.zip ${{ env.RECOVERY_TYPE }}.img fi continue-on-error: true @@ -183,6 +183,7 @@ jobs: OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ env.RECOVERY_TYPE }}.img OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/${{ env.RECOVERY_TYPE }}.tar OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery-installer.zip + OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.zip name: Unofficial OrangeFox for ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }} tag_name: ${{ github.run_id }} body: |