Skip to content

Commit 22d774f

Browse files
committed
update workflow
1 parent 20335dc commit 22d774f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,12 @@ jobs:
3131
- uses: actions/checkout@v2
3232
with:
3333
submodules: recursive
34-
- uses: actboy168/setup-luamake@master
3534

36-
- name: Luamake
37-
id: luamake
38-
shell: bash
39-
run: |
40-
cd server
41-
luamake -platform ${{ matrix.platform }}
42-
cd ..
35+
- name: Run luamake
36+
- run: cd server
37+
- uses: actboy168/setup-luamake@master
38+
- run: luamake -platform ${{ matrix.platform }}
39+
- run: cd ..
4340

4441
- name: Setting up workflow variables
4542
id: vars
@@ -70,4 +67,5 @@ jobs:
7067
7168
- uses: actions/upload-artifact@v2
7269
with:
70+
name: ${{ steps.vars.outputs.PKG_BASENAME }}
7371
path: ${{ steps.vars.outputs.PKG_NAME }}

0 commit comments

Comments
 (0)