File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ jobs:
206206 - uses : krdlab/setup-haxe@v2
207207 with :
208208 haxe-version : 4.3.4
209+
209210 - name : Set up Android SDK
210211 uses : android-actions/setup-android@v3
211212 - name : Install specific NDK version
@@ -220,6 +221,7 @@ jobs:
220221 with :
221222 distribution : ' temurin'
222223 java-version : ' 17'
224+
223225 - run : |
224226 haxe -version
225227 haxelib install hxnodejs
@@ -263,6 +265,7 @@ jobs:
263265 haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc
264266 - name : List Installed Haxelibs
265267 run : haxelib list
268+
266269 - name : Setup Android paths for Lime
267270 run : |
268271 # Install additional build tools
@@ -288,9 +291,10 @@ jobs:
288291 export NDK_ROOT=$ANDROID_NDK_ROOT
289292
290293 # Build with verbose output to help debug issues
291- haxelib run lime build android -release --app-version="4.0.0-${{ github.run_id }}" -verbose
294+ haxelib run lime build android -release --app-version="4.0.0-${{ github.run_id }}"
292295 - name : Show APK Path
293296 run : find export/release/android -type f -name "*.apk"
297+
294298 - name : Upload APK Artifact
295299 uses : actions/upload-artifact@v4
296300 with :
You can’t perform that action at this time.
0 commit comments