Skip to content

Commit

Permalink
Fixed ci vcpkg log sha
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Sep 2, 2024
1 parent 191753a commit 34d9d10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/buildArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
run: vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=${{matrix.vcpkg_triplet}}

- name: Get Short SHA
uses: benjlevesque/short-sha@v3.0
id: short-sha
with:
length: 7

- name: Archive vcpkg Logs
if: ${{!cancelled()}}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 34d9d10

Please sign in to comment.