We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8ba2c commit 204d7eaCopy full SHA for 204d7ea
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
working-directory: ./server
68
run: |
69
luamake -platform ${{ matrix.platform }}
70
- rm ./build
+ rm -r ./build
71
72
- name: Setting up workflow variables
73
id: vars
0 commit comments