mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 12:28:59 +00:00
Update upload-artifact action to fix build
This commit is contained in:
parent
70f63bfbe9
commit
0cb2eb5fac
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
run: sudo apt-get install libsdl2-dev
|
run: sudo apt-get install libsdl2-dev
|
||||||
- name: Build simulator
|
- name: Build simulator
|
||||||
run: make build_simulator
|
run: make build_simulator
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: gazebo-plugin-binary
|
name: gazebo-plugin-binary
|
||||||
path: gazebo/build/*.so
|
path: gazebo/build/*.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user