Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54766cb3 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Only save .img from device ouput dir.

parent fb17dc4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ for branch in ${BRANCH_NAME//,/ }; do
            sha256sum "$build" > "$ZIP_DIR/$zipsubdir/$build.sha256sum"
          done
          find . -maxdepth 1 -name 'e-*.zip*' -type f -exec mv {} "$ZIP_DIR/$zipsubdir/" \;
          find . -maxdepth 1 -name '*.img*' -type f -exec mv {} "$ZIP_DIR/$zipsubdir/" \;
          find . -name '*.img*' -type f -exec mv {} "$ZIP_DIR/$zipsubdir/" \;
          cd "$source_dir"
          build_successful=true
        else