From b5c5bfef4a7ef57ff8dd9de5f64f0f7f7c598cc4 Mon Sep 17 00:00:00 2001 From: h-fournier Date: Fri, 13 Dec 2024 11:30:41 +0100 Subject: [PATCH] . --- .github/workflows/centos7.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index 5bf47e786c..d1c7b4a23e 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -125,12 +125,12 @@ jobs: run: | gh release upload "$tag" archive/*.tar.gz archive/*.rpm - + - name: Upload .tar.gz - uses: actions/upload-artifact@v4 - with: - path: archive/*.tar.gz - name: antares-9.2.0-rc4-CentOS-7.9.2009.tar.gz + uses: actions/upload-artifact@v4 + with: + path: archive/*.tar.gz + name: antares-9.2.0-rc4-CentOS-7.9.2009.tar.gz - name: Cache vcpkg binary dir