Fix path to artifacts in AppVeyor config
This commit is contained in:
parent
8e53408cdb
commit
13680704ea
@ -1,7 +1,7 @@
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- RelWithDebInfo
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cmake source/compiler
|
- cmake source/compiler
|
||||||
@ -10,8 +10,8 @@ build_script:
|
|||||||
- cmake --build . --config %CONFIGURATION%
|
- cmake --build . --config %CONFIGURATION%
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: pawncc.exe
|
- path: RelWithDebInfo/pawncc.exe
|
||||||
name: Compiler executable
|
name: Compiler executable
|
||||||
|
|
||||||
- path: pawnc.dll
|
- path: RelWithDebInfo/pawnc.dll
|
||||||
name: Compiler library
|
name: Compiler library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user