Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylarod authored Nov 20, 2023
1 parent 1a61c79 commit 0cbd6a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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


0 comments on commit 0cbd6a9

Please sign in to comment.