소스 검색

Update OrangeFox-Recovery-Builder.yml

ツ๛abrohim๛ 1 년 전
부모
커밋
081656f5b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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