mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix typo
This commit is contained in:
parent
dd762d360c
commit
c3fcbd53ca
|
@ -14,7 +14,7 @@ before_build:
|
|||
|
||||
build_script:
|
||||
- cmd: cmake --build build32 --config Release --target everything
|
||||
- cmd: cmake --build build64 --condig Release --target everything
|
||||
- cmd: cmake --build build64 --config Release --target everything
|
||||
|
||||
after_build:
|
||||
- cmd: cmake --build build32 --config Release --target package
|
||||
|
@ -22,4 +22,5 @@ after_build:
|
|||
|
||||
artifacts:
|
||||
- path: build^/DDNet-*.zip
|
||||
name: DDNet
|
||||
name: DDNet
|
||||
|
||||
|
|
Loading…
Reference in a new issue