Skip to content

Commit

Permalink
pre-build: use more specific bottle glob
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed May 11, 2024
1 parent 4b34604 commit 0a38483
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pre-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ runs:
if [[ "${{ runner.os }}" = Linux ]]; then
bottle_specifier="{ubuntu,linux}"
else
bottle_specifier="$MACOS_VERSION"
[[ "$ARCH" = arm64 ]] && bottle_specifier="${bottle_specifier}-${ARCH}"
bottle_specifier="{macos-${MACOS_VERSION},${MACOS_VERSION}-${ARCH}}"
fi
echo "bottle_specifier=$bottle_specifier" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 0a38483

Please sign in to comment.