Skip to content

Commit

Permalink
add macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaoboy committed Jul 15, 2024
1 parent 462ee95 commit 57af14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cp ./build/tjs ./txiki-macos-arm64/tjs
cp ./build/libtjs.a ./txiki-macos-arm64/libtjs.a
cd ./txiki-macos-arm64
ldd ./tjs.exe | grep '=>' | awk '{print $3}' | xargs -I '{}' cp -v '{}' .
ldd ./tjs | grep '=>' | awk '{print $3}' | xargs -I '{}' cp -v '{}' .
- name: Upload macos arm64 Artifact
uses: actions/upload-artifact@v4
Expand All @@ -78,7 +78,7 @@ jobs:
cp ./build/tjs ./txiki-macos-x86/tjs
cp ./build/libtjs.a ./txiki-macos-x86/libtjs.a
cd ./txiki-macos-x86
ldd ./tjs.exe | grep '=>' | awk '{print $3}' | xargs -I '{}' cp -v '{}' .
ldd ./tjs | grep '=>' | awk '{print $3}' | xargs -I '{}' cp -v '{}' .
- name: Upload macos x86 Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 57af14c

Please sign in to comment.