From 0021c28ab75321cdb3144a3e4bfcf4b618940ec1 Mon Sep 17 00:00:00 2001 From: h-fournier Date: Fri, 13 Dec 2024 11:24:46 +0100 Subject: [PATCH] . --- .github/workflows/centos7.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index 9e7b621115..e1673e7bf7 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -126,10 +126,10 @@ jobs: gh release upload "$tag" archive/*.tar.gz archive/*.rpm - name: Upload .tar.gz - uses: actions/upload-artifact@v4 - with: - path: archive/ - name: antares-9.2.0-rc4-CentOS-7.9.2009.tar.gz + uses: actions/upload-artifact@v4 + with: + path: _build/*.tar.gz + name: build-artifact - name: Cache vcpkg binary dir