Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Fixes release of v0.2.2

Signed-off-by: Arne Hamann <kontakt+github@arne.email>
  • Loading branch information
tacruc authored Dec 29, 2022
1 parent 8150ed9 commit b8ba116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo apt install make openssl -y
echo "###### installing nextcloud"
mkdir ~/html
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b master ~/html/nextcloud
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b v24.0.7 ~/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"
Expand Down

0 comments on commit b8ba116

Please sign in to comment.