Include the official shaders in build artifacts.

This commit is contained in:
Tim Allen 2017-06-22 16:28:21 +10:00
parent a2baea248f
commit f6d7922e62
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ linux-x86_64-binaries:
- cp -a icarus/Database higan-nightly/
- cp -a higan/out/higan higan-nightly/higan
- cp -a higan/systems/* higan-nightly/
- cp -a shaders "higan-nightly/Video Shaders"
artifacts:
paths:
- higan-nightly/*
@ -36,6 +37,7 @@ windows-x86_64-binaries:
- cp -a icarus/Database higan-nightly/
- cp -a higan/out/higan higan-nightly/higan.exe
- cp -a higan/systems/* higan-nightly/
- cp -a shaders "higan-nightly/Video Shaders"
artifacts:
paths:
- higan-nightly/*