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 a302f1e commit 0693d94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions externals/prebuild_scripts/build_assimp_for_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,9 @@ if [ -d "../../prebuilt/$ZIPFILE" ]; then
rm -rf ../../prebuilt/$ZIPFILE
fi

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

mv "$ZIPFOLDER" "../../prebuilt/"

Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,8 @@ if [ -d "../prebuilt/$ZIPFILE" ]; then
rm -rf "../prebuilt/$ZIPFILE"
fi

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

0 comments on commit 0693d94

Please sign in to comment.