Upload plugin binary as artifact

This commit is contained in:
Oleg Kalachev 2023-03-26 11:43:04 +03:00
parent fca6c27a16
commit 44ef91be33

View File

@ -28,3 +28,8 @@ jobs:
run: sudo apt-get install libsdl2-dev
- name: Build simulator
run: make build_simulator
- uses: actions/upload-artifact@v3
with:
name: gazebo-plugin-binary
path: gazebo/build/*.so
retention-days: 1