Add CI/CD
Some checks failed
Build / build (push) Failing after 5m8s

This commit is contained in:
2025-10-08 12:44:45 +07:00
parent 47f3f1f55d
commit 2f191a2c41

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Set up JDK 21.0.5
- name: Set up JDK 21.05
uses: actions/setup-java@v5
with:
distribution: 'zulu'
@@ -18,19 +18,14 @@ jobs:
- name: Setup Android SDK
uses: amyu/setup-android@v5
with:
# default: false
# Whether to use the cache
cache-disabled: true
- name: Grant execute permission for Gradle wrapper
run: chmod +x ./gradlew
- name: Check if AAR file exists
run: |
if [ ! -f "library/firefly-go.aar" ]; then
echo "❌ library/firefly-go.aar not found!"
exit 1
else
echo "✅ library/firefly-go.aar found."
fi
- name: Build signed release APK
env:
KEYSTORE_PATH: KeyStore.jks