Skip to content

Commit

Permalink
update upload
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 6, 2024
1 parent 33e9324 commit 0979da3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ jobs:
path: ${{ github.workspace }}/vcpkg_cache
key: vcpkg-cache-centos7-${{ hashFiles('vcpkg.json', '.git/modules/vcpkg/HEAD') }}

- name: Upload .tar.gz
uses: actions/upload-artifact@v4
with:
path: archive/*.tar.gz
######################
userguide:
if: github.event_name == 'release' && github.event.action == 'created'
Expand Down

0 comments on commit 0979da3

Please sign in to comment.