Skip to content

Commit

Permalink
Instead, try to see if there is a file inside backup_apk
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 committed Dec 29, 2024
1 parent 26cd793 commit dbc0cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
./gradlew bundleDebug
if [ -d "backup_apk" ]; then
if[ -f "backup_apk/*" ]; then
mkdir -p app/build/outputs/apk/
mv backup_apk/* app/build/outputs/apk/
rm -rf backup_apk
Expand Down

0 comments on commit dbc0cc9

Please sign in to comment.