diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31af3a394..919b9e14d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,6 @@ jobs: echo "###### installing nextcloud" mkdir ~/html git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b stable32 ~/html/nextcloud - sed -i $'s|if (substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|if (is_string($root) and substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|g' ~/html/nextcloud/lib/autoloader.php cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID} php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password" php ~/html/nextcloud/occ app:enable ${APP_ID}