Update .forgejo/workflows/release.yaml

This commit is contained in:
Internet Addict 2025-05-01 16:45:31 +00:00
parent 809d3e520d
commit a9199e0396

View file

@ -14,6 +14,9 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4
- name: Configure SDK path
run: echo "sdk.dir=/opt/android-sdk" > local.properties
- name: Check Java version
run: |
if ! command -v java >/dev/null; then