Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
byungtak-lee committed Oct 2, 2024
1 parent 7b1a010 commit 431a2a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ jobs:
groups: testers
file: app/build/outputs/apk/debug/app-debug.apk

- name: Check
run: |
if [ -f ./app/build/outputs/bundle/release/ ]; then
echo "File exists"
else
echo "File does not exist"
exit 1
fi
- name: Publish to Play Store
uses: r0adkll/upload-google-play@v1
with:
Expand Down

0 comments on commit 431a2a3

Please sign in to comment.