Fix
This commit is contained in:
@@ -42,8 +42,8 @@ jobs:
|
||||
- name: Grant execute permission
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
# - name: List Gradle Projects
|
||||
# run: ./gradlew projects
|
||||
- name: List Gradle Projects
|
||||
run: ./gradlew projects
|
||||
|
||||
- name: Build Android APK
|
||||
run: ./gradlew :androidApp:assembleDebug --stacktrace
|
||||
|
||||
@@ -3,9 +3,7 @@ run-name: ${{ gitea.actor }} is synchronizing the source code to the host
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
sync-source:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user