Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Refactoring to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxSpins committed Nov 10, 2024
1 parent 04bf24a commit 75e9003
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"file": "/storage/emulated/0/sakura/.github/workflows/android.yml",
"selection": {
"end": {
"column": 43,
"index": 1333,
"line": 58
"column": 20,
"index": 1397,
"line": 61
},
"start": {
"column": 43,
"index": 1333,
"line": 58
"column": 20,
"index": 1397,
"line": 61
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
name: app-debug
path: app/build/outputs/apk/debug/app-debug.apk

send_release_apk:
name: Send Release APK
send_debug_apk:
name: Send Debug APK
runs-on: ubuntu-latest
needs: build_debug_apk

Expand Down

0 comments on commit 75e9003

Please sign in to comment.