diff --git a/.forgejo/workflows/release-build.yaml b/.forgejo/workflows/release-build.yaml index 3b45c6b..471ef80 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: Cloning source + - name: Fetching sources 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 4e6ef09..c315e34 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: Cloning source + - name: Fetching sources 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