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