Skip to content

Commit c526ec0

Browse files
Ninja3047ekilmer
authored andcommitted
normalize artifact name, debug artifacts
1 parent e847e9b commit c526ec0

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
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ${{ matrix.os.runner }}
4646

4747
env:
48-
ARTIFACT_NAME: vcpkg_${{ matrix.os.runner }}_${{ matrix.llvm }}_xcode-${{ matrix.os.xcode }}_${{ matrix.target_arch }}
48+
ARTIFACT_NAME: vcpkg_${{ matrix.os.runner }}_${{ matrix.llvm }}_xcode-${{ matrix.os.xcode }}_${{ matrix.target_arch == 'x64' && 'amd64' || matrix.target_arch }}
4949

5050
steps:
5151
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)