Skip to content

Commit 204d7ea

Browse files
committed
fix
1 parent ae8ba2c commit 204d7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
working-directory: ./server
6868
run: |
6969
luamake -platform ${{ matrix.platform }}
70-
rm ./build
70+
rm -r ./build
7171
7272
- name: Setting up workflow variables
7373
id: vars

0 commit comments

Comments
 (0)