We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df386d7 commit 2e7a8dcCopy full SHA for 2e7a8dc
.github/workflows/windows.yml
@@ -37,7 +37,9 @@ jobs:
37
uses: actions/upload-artifact@v4
38
with:
39
name: Codename Engine (Executable Only)
40
- path: export/release/windows/bin/CodenameEngine.exe
+ path: |
41
+ export/release/windows/bin/CodenameEngine.exe
42
+ export/release/windows/bin/lime.ndll
43
- name: Uploading artifact (entire build)
44
45
building/libs.xml
@@ -32,7 +32,7 @@
32
</if>
33
34
<!-- Hxcpp Building -->
35
- <if cond="build-hxcpp">
+ <if cond="build-hxcpp || all">
36
<print pretty="true">Rebuilding Hxcpp...</print>
<!-- Build hxcpp -->
0 commit comments