Skip to content

Commit

Permalink
Add CI vcpkg installed artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jun 9, 2024
1 parent 1b0a9b1 commit b12e602
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/OnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ jobs:
retention-days: 7
compression-level: 9

- name: Archive vcpkg Installed Path
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: vcpkginstalled-${{runner.os}}-${{runner.arch}}-${{matrix.compiler}}-${{github.sha}}
path: |
vcpkg/installed/**
retention-days: 7
compression-level: 9

build:
needs: [build-package]
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit b12e602

Please sign in to comment.