This commit is contained in:
@ -20,3 +20,9 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j8
|
make -j8
|
||||||
|
ls -al
|
||||||
|
- name: 上传构建
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: my-artifact
|
||||||
|
path: DDNet_Server
|
||||||
|
Reference in New Issue
Block a user