diff --git a/.forgejo/workflows/release-build.yaml b/.forgejo/workflows/release-build.yaml index 471ef80..3b45c6b 100644 --- a/.forgejo/workflows/release-build.yaml +++ b/.forgejo/workflows/release-build.yaml @@ -23,7 +23,7 @@ jobs: npm install -g pkg grunt grunt-cli - name: Getting patches uses: actions/checkout@v4 - - name: Fetching sources + - name: Cloning source run: | git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver build git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno build/build_tools diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index c315e34..4e6ef09 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -22,7 +22,7 @@ jobs: npm install -g pkg grunt grunt-cli - name: Getting patches uses: actions/checkout@v4 - - name: Fetching sources + - name: Cloning source run: | git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver build git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno build/build_tools