Skip to content

Commit 3045a99

Browse files
committed
workflow?
1 parent 0ec94f1 commit 3045a99

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)