Skip to content

Commit

Permalink
Check if APK exists
Browse files Browse the repository at this point in the history
  • Loading branch information
captainepoch committed May 18, 2024
1 parent db450e5 commit 47187e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
run: |
cd husky
./gradlew clean assembleHuskyBetaDebug
- name: Check if APK exists
run: |
if [ -f "app/build/outputs/apk/huskyBeta/debug/husky_${{ steps.vars.outputs.tag }}.apk" ]; then
echo "APK exists."
fi
Expand Down

0 comments on commit 47187e2

Please sign in to comment.