Update build.yml
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -153,10 +153,10 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
echo $i
|
echo $i
|
||||||
done
|
done
|
||||||
make core-android-arm
|
make core-android-arm || cat build/tmp-android-arm/frida-gum/meson-logs/meson-log.txt
|
||||||
make core-android-arm64
|
make core-android-arm64 || cat build/tmp-android-arm64/frida-gum/meson-logs/meson-log.txt
|
||||||
make core-android-x86
|
make core-android-x86 || cat build/tmp-android-x86/frida-gum/meson-logs/meson-log.txt
|
||||||
make core-android-x86_64
|
make core-android-x86_64 || cat build/tmp-android-x86_64/frida-gum/meson-logs/meson-log.txt
|
||||||
|
|
||||||
- name: Split Repository Name
|
- name: Split Repository Name
|
||||||
id: split_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_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_name: 'florida-gadget-${{ needs.check_version.outputs.FRIDA_VERSION }}-android-x86_64.so.gz'
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user