Skip to content

Commit ae8ba2c

Browse files
committed
remove build after luamake
1 parent 379295a commit ae8ba2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
- name: Run luamake
6666
id: luamake
6767
working-directory: ./server
68-
run: luamake -platform ${{ matrix.platform }}
68+
run: |
69+
luamake -platform ${{ matrix.platform }}
70+
rm ./build
6971
7072
- name: Setting up workflow variables
7173
id: vars

0 commit comments

Comments
 (0)