Skip to content

Commit da1b4e3

Browse files
committed
Update android-nix.yml
1 parent 776ed6e commit da1b4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build release APK
4545
run: |
4646
touch android/local.properties
47-
nix-shell shell.nix --run "cd android && ./gradlew assembleUniversalRelease --no-configuration-cache"
47+
nix-shell shell.nix --run "cd android && ./gradlew assembleGoogleDebug --no-configuration-cache"
4848
env:
4949
GPR_USERNAME: ${{ github.actor }}
5050
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)