Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit 126068f

Browse files
fix run: command, remove release.yml file
1 parent 57b479e commit 126068f

File tree

2 files changed

+2
-81
lines changed

2 files changed

+2
-81
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Install Libraries
4545
run: |
46-
run: haxe --interp -cp ./actions/libs-installer -D analyzer-optimize -main Main
46+
haxe --interp -cp ./actions/libs-installer -D analyzer-optimize -main Main
4747
4848
- name: Configure Android
4949
run: |
@@ -53,7 +53,7 @@ jobs:
5353
haxelib run lime config ANDROID_SETUP true
5454
5555
- name: Compile
56-
run: haxelib run lime build android -D 32bits_disabled -ARM64 -debug
56+
run: haxelib run lime build android -D 32bits_disabled -ARM64 -final
5757

5858
- name: Clear Previous Cache
5959
uses: actions/github-script@main

.github/workflows/release.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)