We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7afa53 commit c003670Copy full SHA for c003670
.github/workflows/vcpkg_ci_mac.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Set Artifact Name
43
run: |
44
# Need to fix because paths with brackets cause issues
45
- NAME="$(echo 'vcpkg_${{ matrix.image.name }}-${{ matrix.image.tag }}_${{ matrix.llvm }}_${{ matrix.host.arch }}' | tr '[' '-' | tr -d ']')"
+ NAME="$(echo 'vcpkg_${{ matrix.os.runner }}_${{ matrix.llvm }}_xcode-${{ matrix.os.xcode }}_${{ matrix.target_arch == 'x64' && 'amd64' || matrix.target_arch }}' | tr '[' '-' | tr -d ']')"
46
echo "ARTIFACT_NAME=${NAME}" >> "$GITHUB_ENV"
47
48
- uses: actions/checkout@v3
0 commit comments