Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Dec 18, 2023
1 parent 0774eb6 commit a893cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-dep-g2o.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: prebuilt-g2o-mac64
path: ${{ github.workspace }}/externals/prebuit/mac64_g2o
path: ${{ github.workspace }}/externals/prebuilt/mac64_g2o

- name: Archive prebuilt g2o arm
uses: actions/upload-artifact@v3
with:
name: prebuilt-g2o-arm64
path: ${{ github.workspace }}/externals/prebuit/macArm64_g2o
path: ${{ github.workspace }}/externals/prebuilt/macArm64_g2o

1 change: 1 addition & 0 deletions externals/prebuild_scripts/build_g2o_for_macArm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ cd ../.. # back to g2o
# Create zip folder for debug and release version
rm -rf $ZIPFOLDER
mkdir $ZIPFOLDER
echo "dst is $ZIPFOLDER/"
cp -R $BUILD_R/install/include $ZIPFOLDER/include
cp -R $BUILD_R/install/lib $ZIPFOLDER/Release
cp -R $BUILD_D/install/lib $ZIPFOLDER/Debug
Expand Down

0 comments on commit a893cc2

Please sign in to comment.