Skip to content

Commit

Permalink
normalize artifact name, debug artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninja3047 authored and ekilmer committed Oct 24, 2022
1 parent e847e9b commit c526ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg_ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ${{ matrix.os.runner }}

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

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c526ec0

Please sign in to comment.