add artifacts
This commit is contained in:
parent
313d9048bf
commit
a6f7957042
@ -23,6 +23,10 @@ after_test:
|
|||||||
artifacts:
|
artifacts:
|
||||||
- path: nsis\installer.exe
|
- path: nsis\installer.exe
|
||||||
name: Windows Installer (x86_64)
|
name: Windows Installer (x86_64)
|
||||||
|
- path: target\release\parity.exe
|
||||||
|
name: Windows Executable (x86_64)
|
||||||
|
- path: target\release\parity.pdb
|
||||||
|
name: Windows Executable Debug Symbols (x86_64)
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- target
|
- target
|
||||||
|
Loading…
Reference in New Issue
Block a user