Skip to content

Commit 8eebb75

Browse files
committed
[WIP] Android workflow
1 parent 563cd22 commit 8eebb75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)