Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
h-fournier committed Dec 13, 2024
1 parent bcc2aea commit 0021c28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0021c28

Please sign in to comment.