Skip to content

Commit fc4ee0f

Browse files
authored
Update android-ci.yml
1 parent 7480bb5 commit fc4ee0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ on:
1616

1717
jobs:
1818
build:
19-
2019
runs-on: ubuntu-latest
2120

2221
steps:
23-
2422
- run: echo "### kickoff build project ${{ github.repository }} :rocket:" >> $GITHUB_STEP_SUMMARY
2523
- uses: actions/checkout@v4
2624

@@ -51,7 +49,7 @@ jobs:
5149

5250
# Run Build Project
5351
- name: Build gradle project
54-
run: ./gradlew build
52+
run: ./gradlew assembleDebug
5553

5654
- name: Upload a Build Artifact
5755
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)