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: |