File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 steps :
1515 - uses : actions/checkout@v4
1616 - uses : krdlab/setup-haxe@master
17- with :
17+ with :
1818 haxe-version : 4.3.7
1919
20- name : Install Libraries
21- run : |
20+ - name : Install Libraries
21+ run : |
2222 haxelib setup C:/haxelib
2323 haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp
2424 haxelib install lime
@@ -33,13 +33,15 @@ jobs:
3333 haxelib install haxeui-flixel
3434 shell : cmd
3535
36- name : Create Version Tag
37- run : echo "${{github.run_id}}" > VERSION
38- name : Compile
39- run : haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
40- name : Publish Artifact
41- uses : actions/upload-artifact@v2.2.4
42- with :
43- name : windowsBuild
44- path : export/release/windows/bin
36+ - name : Create Version Tag
37+ run : echo "${{github.run_id}}" > VERSION
38+
39+ - name : Compile
40+ run : haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
41+
42+ - name : Publish Artifact
43+ uses : actions/upload-artifact@v2.2.4
44+ with :
45+ name : windowsBuild
46+ path : export/release/windows/bin
4547
You can’t perform that action at this time.
0 commit comments