1
0

更新 .gitea/workflows/build.yaml
Some checks failed
构建DDNet_Server / build (push) Failing after 1m42s

This commit is contained in:
forever 2024-05-05 02:08:12 +08:00
parent 8a00ae7c66
commit 962932cfd2

View File

@ -20,3 +20,9 @@ jobs:
cd build
cmake ..
make -j8
ls -al
- name: 上传构建
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: DDNet_Server