Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
FangCunWuChang committed Jun 10, 2024
2 parents 49a1cfd + e383d04 commit 6ffbecd
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/OnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,6 @@ 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

- 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 6ffbecd

Please sign in to comment.