This commit is contained in:
Alexander Kacheryants 2024-06-20 05:54:30 +03:00
parent 79c14bd1aa
commit 5d30ac2f8d

View File

@ -23,6 +23,12 @@ steps:
- cd android
- bash -c "chmod +x gradlew; ./gradlew assemble"
- name: Check if app is here
image: node:latest
commands:
- ls ./
- ls ./android/app/build/apk/
- name: Publish app
image: ocram85/plugin-gitea-package:latest
pull: true