chore: 优化工件上传配置
All checks were successful
Build Server / Compile DLL (push) Successful in 1m22s

- 优化构建脚本中的工件上传配置。
This commit is contained in:
2025-07-07 23:44:56 +08:00
parent a6bfd32885
commit 7fa96e26cb

View File

@@ -21,8 +21,7 @@ jobs:
- run: |
mkdir -p wcocr/build && cd wcocr/build && cmake .. && make -j$(nproc)
- name: Upload artifacts
uses: christopherhx/gitea-upload-artifact@v4 # actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: libwcocr
path: wcocr/build/libwcocr.so