File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 arch=arm64
2727 production=yes
2828
29- - name : Template arm32 (target=template_release , arch=arm32)
29+ - name : Template arm32 (target=template_debug , arch=arm32)
3030 cache-name : android-template-arm32
31- target : template_release
31+ target : template_debug
3232 scons-flags : arch=arm32
3333
34- - name : Template arm64 (target=template_release , arch=arm64)
34+ - name : Template arm64 (target=template_debug , arch=arm64)
3535 cache-name : android-template-arm64
36- target : template_release
36+ target : template_debug
3737 scons-flags : arch=arm64
3838
3939 steps :
8282 continue-on-error : true
8383
8484 - name : Generate Godot templates
85- if : matrix.target == 'template_release '
85+ if : matrix.target == 'template_debug '
8686 run : |
8787 cd platform/android/java
8888 ./gradlew generateGodotTemplates
You can’t perform that action at this time.
0 commit comments