1
0
Fork 1
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:
Dave Corley 2023-10-03 16:13:50 -05:00
parent 045871f827
commit 778b509f01

View file

@ -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