Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jun 28, 2024
1 parent c176d03 commit 93c0b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ jobs:
-C mac${{ matrix.name_suffix }}-arm64-binaries --strip-components=1
for filename in $OUTPUT/{*.ndll,neko,nekoc,nekoml,nekotools}; do
$filename_amd64 = $filename
$filename_arm64 = ${filename/$OUTPUT/$INPUT_ARM64}
filename_amd64=$filename
filename_arm64=${filename/$OUTPUT/$INPUT_ARM64}
lipo -create -output $filename $filename_amd64 $filename_arm64
done
Expand Down

0 comments on commit 93c0b5e

Please sign in to comment.