Skip to content

Commit cf8793e

Browse files
committed
.github (macOS): Fix package architecture name suffix
1 parent 8100461 commit cf8793e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ jobs:
236236
(cd $arch && tar xf ../tmp-$arch.tar)
237237
done
238238
mv arm64/build .
239+
sed -i -e 's/macos-arm64/macos-universal/g' build/ci/ci_includes.generated.sh
239240
240241
. build/ci/ci_includes.generated.sh
241242

0 commit comments

Comments
 (0)