Skip to content

Commit f274995

Browse files
committed
手动 pushd 到 server 目录
1 parent 910e729 commit f274995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ jobs:
4040

4141
- name: Run luamake
4242
id: luamake
43-
working-directory: ./server
4443
run: |
44+
pushd ./server
4545
luamake -platform ${{ matrix.platform }}
4646
rm -r ./build
47+
popd
4748
4849
- name: Setting up workflow variables
4950
id: vars

0 commit comments

Comments
 (0)