Skip to content

Commit

Permalink
In Build
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jul 1, 2024
1 parent c1fa83c commit 8f2f084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: |
set -ex
set -o pipefail
cd build
cmake -L .. 2>/dev/null | grep CMAKE_INSTALL_PREFIX: | cut -d = -f 2 > /tmp/install_prefix
cpack -V -G DEB
INITIAL_PKG=`ls *.deb`
Expand Down

0 comments on commit 8f2f084

Please sign in to comment.