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