Skip to content

Commit 7cf8124

Browse files
committed
actions: openfl develop forgot to rebuild run.n
1 parent de75a8e commit 7cf8124

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ jobs:
226226
haxelib dev swf ${{ github.workspace }}
227227
haxelib run lime config AIR_SDK ${{ env.AIR_HOME }}
228228
229+
- name: Rebuild swf run.n
230+
run: |
231+
haxe rebuild.hxml
232+
229233
- name: Create OpenFL samples
230234
run: |
231235
openfl create NyanCat -verbose -nocolor

0 commit comments

Comments
 (0)