File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,14 +285,14 @@ jobs:
285
285
sudo apt-get install -y ruby-dev
286
286
sudo gem install --no-document fpm
287
287
- name : configure
288
- run : cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_MAVSDK_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr/ -DWERROR=ON -Bbuild/release -H.
288
+ run : cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_MAVSDK_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=install -DWERROR=ON -Bbuild/release -H.
289
289
- name : build
290
290
run : cmake --build build/release -- -j2
291
291
- name : install
292
292
run : sudo cmake --build build/release --target install
293
293
- name : Package
294
294
if : startsWith(github.ref, 'refs/tags/v')
295
- run : tools/create_packages.sh /usr/ . amd64 libmavsdk-dev
295
+ run : tools/create_packages.sh ./install . amd64 libmavsdk-dev
296
296
- name : Publish artefacts
297
297
if : startsWith(github.ref, 'refs/tags/v')
298
298
uses : svenstaro/upload-release-action@v1-release
You can’t perform that action at this time.
0 commit comments