Update gradle-publish.yml

This commit is contained in:
Michachatz
2025-06-09 14:37:46 +02:00
committed by GitHub
parent c2b28fd6ec
commit f99b1fc54b

View File

@@ -1,6 +1,9 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Build and publish APK name: Build and publish APK
on: [workflow_dispatch] on:
push:
tags:
- '*'
env: env:
ANDROID_HOME: /usr/local/lib/android/sdk/ ANDROID_HOME: /usr/local/lib/android/sdk/