fix single file support

This commit is contained in:
ading2210 2024-02-01 17:52:22 +00:00
parent c3b58f66d0
commit bb9d9239c0
4 changed files with 8 additions and 9 deletions

View file

@ -19,10 +19,6 @@ jobs:
- name: run build
working-directory: ./client
run: ./build.sh all
- name: run tests
working-directory: ./client
run: ./tests/run.sh
- name: upload img
uses: actions/upload-artifact@v4