Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Nov 27, 2023
1 parent 44a67ca commit 80348d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions externals/prebuild_scripts/build_assimp_for_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ if [ ! -d "../../prebuilt/" ]; then
mkdir "../../prebuilt/"
fi

echo "$(ls .)"
echo "$(ls ../../)"
echo "$(ls ../../prebuilt)"
echo "ls . : $(ls .)"
echo "ls ../../ : $(ls ../../)"
echo "ls ../../prebuilt : $(ls ../../prebuilt)"

echo "cp -r $ZIPFOLDER ../../prebuilt"
echo "PWD IS $PWD"
echo "../../prebuilt IS $PWD/../../prebuilt"

cp "$ZIPFOLDER" "../../prebuilt/"

echo "$(ls ../../prebuilt)"
echo "prebuilt content is $(ls ../../prebuilt)"

0 comments on commit 80348d1

Please sign in to comment.