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