We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776ed6e commit da1b4e3Copy full SHA for da1b4e3
1 file changed
.github/workflows/android-nix.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build release APK
45
run: |
46
touch android/local.properties
47
- nix-shell shell.nix --run "cd android && ./gradlew assembleUniversalRelease --no-configuration-cache"
+ nix-shell shell.nix --run "cd android && ./gradlew assembleGoogleDebug --no-configuration-cache"
48
env:
49
GPR_USERNAME: ${{ github.actor }}
50
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments