Update .gitea/workflows/buildAndroid.yaml
Some checks failed
Build Android / build (push) Failing after 3s
Some checks failed
Build Android / build (push) Failing after 3s
This commit is contained in:
@@ -7,16 +7,6 @@ jobs:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Gradle cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
/root/.gradle/caches
|
||||
/root/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
|
||||
- name: Prepare signing
|
||||
run: |
|
||||
touch keystore.properties
|
||||
|
||||
Reference in New Issue
Block a user