Skip to content

Commit b8ba116

Browse files
authored
Update release.yml
Fixes release of v0.2.2 Signed-off-by: Arne Hamann <kontakt+github@arne.email>
1 parent 8150ed9 commit b8ba116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
sudo apt install make openssl -y
5757
echo "###### installing nextcloud"
5858
mkdir ~/html
59-
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b master ~/html/nextcloud
59+
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b v24.0.7 ~/html/nextcloud
6060
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
6161
cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID}
6262
php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"

0 commit comments

Comments
 (0)