mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- fix appveyor
This commit is contained in:
parent
06ac904300
commit
29aeac35dd
@ -4,6 +4,6 @@ set -ex
|
||||
for config in debug release release_dev
|
||||
do
|
||||
cd "${APPVEYOR_BUILD_FOLDER}/src_rebuild/bin/${config^}"
|
||||
cp -R $data_folder ./
|
||||
cp -R ${APPVEYOR_BUILD_FOLDER}/data/* ./
|
||||
tar -czf "REDRIVER2_${config^}.tar.gz" *
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user