Skip to content

Commit

Permalink
test build and upload centos
Browse files Browse the repository at this point in the history
  • Loading branch information
h-fournier committed Dec 13, 2024
1 parent a312d31 commit 24a2665
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- develop
- dependabot/*
- feature/test_build_centos
schedule:
- cron: '21 2 * * *'
workflow_call:
Expand Down Expand Up @@ -123,6 +124,12 @@ jobs:
tag: ${{ github.event.inputs.release_tag }}
run: |
gh release upload "$tag" archive/*.tar.gz archive/*.rpm
- name: Upload .tar.gz
uses: actions/upload-artifact@v4
with:
path: archive/
name: *.tar.gz


- name: Cache vcpkg binary dir
Expand All @@ -131,5 +138,5 @@ jobs:
uses: actions/cache/save@v4
with:
path: ${{ github.workspace }}/vcpkg_cache
key: vcpkg-cache-centos7-${{ hashFiles('src/vcpkg.json', '.git/modules/vcpkg/HEAD') }}
key: vcpkg-cache-centos7-${{ hashFiles('src/vcpkg.json', '.git/modules/vcpkg/HEAD') }

0 comments on commit 24a2665

Please sign in to comment.