Skip to content

Commit 38eb56f

Browse files
authored
Atualizar o android.yml
1 parent 1d1c749 commit 38eb56f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ jobs:
4444
haxelib run lime config JAVA_HOME $JAVA_HOME
4545
4646
- name: Build APK
47-
run: haxelib run lime build Project.xml android -release
47+
- name: Build APK
48+
run: |
49+
mv Project.xml project.xml
50+
haxelib run lime build android -release
4851
4952
- uses: actions/upload-artifact@v4
5053
with:

0 commit comments

Comments
 (0)