Skip to content

Commit 70f2454

Browse files
authored
Merge pull request #2570 from mavlink/pr-fix-lib-generation
Revert library packaging
2 parents 7acaeb4 + 784f18f commit 70f2454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,14 +285,14 @@ jobs:
285285
sudo apt-get install -y ruby-dev
286286
sudo gem install --no-document fpm
287287
- 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.
289289
- name: build
290290
run: cmake --build build/release -- -j2
291291
- name: install
292292
run: sudo cmake --build build/release --target install
293293
- name: Package
294294
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
296296
- name: Publish artefacts
297297
if: startsWith(github.ref, 'refs/tags/v')
298298
uses: svenstaro/upload-release-action@v1-release

0 commit comments

Comments
 (0)