Ver código fonte

Update OrangeFox-Recovery-Builder.yml

ツ๛abrohim๛ 1 ano atrás
pai
commit
081656f5b8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/OrangeFox-Recovery-Builder.yml

+ 1 - 1
.github/workflows/OrangeFox-Recovery-Builder.yml

@@ -180,7 +180,7 @@ jobs:
       run: |
         if [ ${{ github.event.inputs.RECOVERY_INSTALLER }} = true ]; then
           cd ${{ env.FILE_PATH }}/
-          wget https://github.com/kinguser981/recovery-installer/releases/download/11256427880/recovery-installer.zip
+          wget https://github.com/abrohim0786/recovery-installer/releases/download/11256427880/recovery-installer.zip
           zip -ur recovery-installer.zip ${{ env.RECOVERY_TYPE }}.img
         fi
       continue-on-error: true