Skip to content

Commit bcf2fae

Browse files
committed
update workflow
1 parent 22d774f commit bcf2fae

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
submodules: recursive
3434

3535
- name: Run luamake
36-
- run: cd server
37-
- uses: actboy168/setup-luamake@master
38-
- run: luamake -platform ${{ matrix.platform }}
39-
- run: cd ..
36+
steps:
37+
- run: cd server
38+
- uses: actboy168/setup-luamake@master
39+
- run: luamake -platform ${{ matrix.platform }}
40+
- run: cd ..
4041

4142
- name: Setting up workflow variables
4243
id: vars

0 commit comments

Comments
 (0)