From 24a2665efd98acfba718d557946afa851ef0bc2e Mon Sep 17 00:00:00 2001 From: h-fournier Date: Fri, 13 Dec 2024 11:10:47 +0100 Subject: [PATCH] test build and upload centos --- .github/workflows/centos7.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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') }