Update .gitea/workflows/buildAndroid.yaml
Some checks failed
Build Android / build (push) Failing after 5s
Some checks failed
Build Android / build (push) Failing after 5s
This commit is contained in:
@@ -3,8 +3,6 @@ on: [pull_request, push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://fabernovel/android:api-33-v1.7.0
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
@@ -33,5 +31,7 @@ jobs:
|
||||
let timestamp=$(date +%s)/10
|
||||
echo "versionCode=$timestamp" >> version.properties
|
||||
|
||||
- name: Build the app
|
||||
run: ./gradlew build
|
||||
- name: "Build Android project"
|
||||
uses: vgaidarji/android-github-actions-build@v1.0.1
|
||||
with:
|
||||
args: "./gradlew build"
|
||||
Reference in New Issue
Block a user