mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-04 22:56:30 +00:00
Fix(CI): Actually look in the root this time and not the build dir
This commit is contained in:
parent
045871f827
commit
778b509f01
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ for RESOURCE in "${RESOURCES[@]}"; do
|
|||
done
|
||||
|
||||
for FILE in "${ROOT[@]}"; do
|
||||
cp ../build/"$FILE" .
|
||||
cp ../"$FILE" .
|
||||
done
|
||||
|
||||
for BIN in "${PACKAGE_BINARIES[@]}"; do
|
||||
|
|
Loading…
Reference in a new issue