diff --git a/.travis.yml b/.travis.yml index d783c2250..d25ea8aff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ script: # If we include any overlay for this variant, copy it to output directory if [ -d "ArchiSteamFarm/overlay/${1}" ]; then - cp "ArchiSteamFarm/overlay/${1}/"* "out/${1}" + cp "ArchiSteamFarm/overlay/${1}/"* "ArchiSteamFarm/out/${1}" fi }