Explorar o código

Update OrangeFox-Recovery-Builder.yml

Samuel Kendall hai 1 ano
pai
achega
10a6d10916
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/OrangeFox-Recovery-Builder.yml

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

@@ -134,6 +134,7 @@ jobs:
         if [ -f out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img ]; then
             echo "CHECK_IMG_IS_OK=true" >> $GITHUB_ENV
             echo "MD5_IMG=$(md5sum out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img | cut -d ' ' -f 1)" >> $GITHUB_ENV
+            cd OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/
             mv OrangeFox*.img recovery.img
         else
             echo "Recovery out directory is empty."