Skip to content

Commit

Permalink
Update OrangeFox-Recovery-Builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinguser981 authored Oct 9, 2024
1 parent 2348e30 commit 8d90f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/OrangeFox-Recovery-Builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 8d90f6e

Please sign in to comment.