diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index ce9a708..c3267ed 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -29,7 +29,7 @@ jobs: git clone https://github.com/ONLYOFFICE/document-server-integration -b v$pkgver.$buildno build/document-server-integration git clone https://github.com/ONLYOFFICE/document-templates -b v$pkgver.$buildno build/document-templates git clone https://github.com/ONLYOFFICE/onlyoffice.github.io build/onlyoffice.github.io - git clone https://github.com/ONLYOFFICE/document-server-package.git -b $pkgver.$buildno build/document-server-package + git clone https://github.com/ONLYOFFICE/document-server-package.git -b v$pkgver.$buildno build/document-server-package - name: Applying patches run: | git -C build/server apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/server.patch