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 80348d1 commit 3122809
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 @@ -87,7 +87,7 @@ cp LICENSE "$ZIPFOLDER"
cp Readme.md "$ZIPFOLDER"

if [ -d "../../prebuilt/$ZIPFILE" ]; then
rm -rf ../../prebuilt/$ZIPFILE
rm -rf "../../prebuilt/$ZIPFILE"
fi

if [ ! -d "../../prebuilt/" ]; then
Expand All @@ -98,11 +98,11 @@ echo "ls . : $(ls .)"
echo "ls ../../ : $(ls ../../)"
echo "ls ../../prebuilt : $(ls ../../prebuilt)"

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

cp "$ZIPFOLDER" "../../prebuilt/"
cp -r "$ZIPFOLDER" "../../prebuilt/"

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

0 comments on commit 3122809

Please sign in to comment.