Commit a327e42
committed
Fix: Correct KEYSTORE_FILE path in GitHub Actions workflow
The KEYSTORE_FILE path in the local.properties file was missing the GitHub workspace prefix. This commit adds `github.workspace` to ensure the correct path is used during the Android build process.1 parent f512e32 commit a327e42
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments