diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index 61ac1ec3dd..2083190157 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -7,6 +7,7 @@ on: branches: - develop - dependabot/* + - feature/test_build_centos schedule: - cron: '21 2 * * *' workflow_call: @@ -123,6 +124,12 @@ jobs: tag: ${{ github.event.inputs.release_tag }} run: | gh release upload "$tag" archive/*.tar.gz archive/*.rpm + + - name: Upload .tar.gz + uses: actions/upload-artifact@v4 + with: + path: archive/ + name: *.tar.gz - name: Cache vcpkg binary dir @@ -131,5 +138,5 @@ jobs: uses: actions/cache/save@v4 with: path: ${{ github.workspace }}/vcpkg_cache - key: vcpkg-cache-centos7-${{ hashFiles('src/vcpkg.json', '.git/modules/vcpkg/HEAD') }} + key: vcpkg-cache-centos7-${{ hashFiles('src/vcpkg.json', '.git/modules/vcpkg/HEAD') }