Skip to content

Commit c003670

Browse files
committed
Fix copy-paste error with mac CI artifact name
1 parent a7afa53 commit c003670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vcpkg_ci_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set Artifact Name
4343
run: |
4444
# 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 ']')"
45+
NAME="$(echo 'vcpkg_${{ matrix.os.runner }}_${{ matrix.llvm }}_xcode-${{ matrix.os.xcode }}_${{ matrix.target_arch == 'x64' && 'amd64' || matrix.target_arch }}' | tr '[' '-' | tr -d ']')"
4646
echo "ARTIFACT_NAME=${NAME}" >> "$GITHUB_ENV"
4747
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)