Skip to content

Commit

Permalink
Update android-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jan 26, 2024
1 parent 36ab8ec commit 5bb91ab
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,11 @@ jobs:
cd output
ls -al
wget http://localhost:8000/api_docs
echo 1
cat api_docs
echo 2
MOBSF_API_KEY=$(grep 'REST API Key' api_docs)
echo 3
MOBSF_API_KEY=${MOBSF_API_KEY:42:64}
echo 4
MOBSF_API_KEY=$(grep 'Api Key' api_docs)
echo MOBSF_API_KEY
MOBSF_API_KEY=${MOBSF_API_KEY:37:64}
echo MOBSF_API_KEY
rm api_docs
echo 5
HASH=$(md5sum remote.apk)
echo 6
HASH=${HASH:0:32}
Expand Down

0 comments on commit 5bb91ab

Please sign in to comment.