Update build.yml

This commit is contained in:
Ylarod
2023-11-20 19:38:30 +08:00
committed by GitHub
parent 1a61c79dbb
commit 0cbd6a9d92

View File

@@ -153,10 +153,10 @@ jobs:
cd ..
echo $i
done
make core-android-arm
make core-android-arm64
make core-android-x86
make core-android-x86_64
make core-android-arm || cat build/tmp-android-arm/frida-gum/meson-logs/meson-log.txt
make core-android-arm64 || cat build/tmp-android-arm64/frida-gum/meson-logs/meson-log.txt
make core-android-x86 || cat build/tmp-android-x86/frida-gum/meson-logs/meson-log.txt
make core-android-x86_64 || cat build/tmp-android-x86_64/frida-gum/meson-logs/meson-log.txt
- name: Split Repository Name
id: split_name
@@ -334,4 +334,4 @@ jobs:
asset_path: '${{ github.workspace }}/frida/build/frida-android-x86_64/lib/frida/64/frida-gadget.so.gz'
asset_name: 'florida-gadget-${{ needs.check_version.outputs.FRIDA_VERSION }}-android-x86_64.so.gz'
asset_content_type: application/octet-stream