Skip to content

Commit

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

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

build:
needs: [build-package]
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -178,5 +188,4 @@ jobs:
name: VocalShaper-${{runner.os}}-${{runner.arch}}-${{matrix.compiler}}-${{matrix.build_type}}-${{github.sha}}
path: |
out/build/${{runner.arch}}-${{matrix.build_type}}-${{matrix.compiler}}/bin/**
retention-days: 7
compression-level: 9

0 comments on commit 5e999c3

Please sign in to comment.