Skip to content
Snippets Groups Projects
Commit ae8ba2c5 authored by 最萌小汐's avatar 最萌小汐
Browse files

remove build after luamake

parent 379295a6
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,9 @@ jobs: ...@@ -65,7 +65,9 @@ jobs:
- name: Run luamake - name: Run luamake
id: luamake id: luamake
working-directory: ./server working-directory: ./server
run: luamake -platform ${{ matrix.platform }} run: |
luamake -platform ${{ matrix.platform }}
rm ./build
- name: Setting up workflow variables - name: Setting up workflow variables
id: vars id: vars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment