Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jan 22, 2025
1 parent 2164423 commit f455e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SDK/GenerateSDK_github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ cp -r Autogenerated/Bindings $SDKARTIFACT
mkdir -p $SDKARTIFACT/Bin || failed "Error creating Bin-folder"
mkdir -p $SDKARTIFACT/Lib || failed "Error creating Lib-folder"


echo ${{ env.LIB3MF_VERSION }}
echo Copy binaries
cp $LOCATION/lib3mf.dll/lib3mf.dll $SDKARTIFACT/Bin/ || failed "Error copying binary"
cp $LOCATION/lib3mf.so/lib3mf.so.2 $SDKARTIFACT/Bin/lib3mf.so || failed "Error copying binary"
Expand Down

0 comments on commit f455e9b

Please sign in to comment.