azure: fix find args

This commit is contained in:
Pavel Stupnikov
2019-03-31 22:10:30 +03:00
parent c148a1bbab
commit 67b114089f

View File

@@ -20,7 +20,7 @@ jobs:
# Rename the folder to openttd-NNN-source
mkdir openttd-$(Build.BuildNumber)
find . -maxdepth 1 -not name release_files -not -name . -not -name openttd-$(Build.BuildNumber) -exec mv {} openttd-$(Build.BuildNumber)/ \;
find . -maxdepth 1 -not -name release_files -not -name . -not -name openttd-$(Build.BuildNumber) -exec mv {} openttd-$(Build.BuildNumber)/ \;
cp release_files/* openttd-$(Build.BuildNumber)/
mkdir bundles