Skip to content

Commit

Permalink
android test
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Nov 27, 2024
1 parent 1061bde commit ec1cda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_android2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
echo "Searching.."
find $ROOT_DIR/android/app
find $PWD | grep apksigner
find /opt/android-sdk-linux/ | grep apksigner
find $PWD -name "*apksigner*"
find /opt/android-sdk-linux/ -name "*apksigner*"
echo "Searched.."
cd $ROOT_DIR/src
Expand Down

0 comments on commit ec1cda6

Please sign in to comment.