Fix(CI): Actually look in the root this time and not the build dir

pull/657/head
Dave Corley 7 months ago
parent 045871f827
commit 778b509f01

@ -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…
Cancel
Save