Skip to content

Commit

Permalink
cpack in build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Oct 23, 2023
1 parent 6c73a95 commit 70bacb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
- name: cmake
run: cmake -S . -B ./build -G Ninja -DCMAKE_INSTALL_PREFIX=/usr
- name: build
working-directory: build
run: |
cmake --build ./build --target libviamsdk.so
cpack -B ./build
cmake --build . --target libviamsdk.so
cpack
- uses: actions/upload-artifact@v3
with:
name: debian-${{ matrix.label }}
Expand Down

0 comments on commit 70bacb1

Please sign in to comment.