fix again?

This commit is contained in:
Cloudburst 2022-08-06 09:42:50 +02:00 committed by GitHub
parent 0ee72f3a35
commit 0353d6abdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
run: |
./gradlew app:assembleDebug
./gradlew app:androidSourcesJar
./gradlew app:build || true
./gradlew build || true
# env:
# SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
# SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}