@@ -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
|
||||
|
||||
Reference in New Issue
Block a user