Skip to content

Commit

Permalink
Create deb packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Oct 29, 2023
1 parent d428b1c commit 094701c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
# Run tests
ctest --preset ninja-multi-vcpkg-ci-${{ matrix.build_type }}
# Create deb packages
cpack
# Need to backup vcpkg executable to prevent it's rebuild/redownload each time
if [ -f vcpkg4aspia/vcpkg ]; then
echo "Backup vcpkg executable"
Expand All @@ -93,8 +96,6 @@ jobs:
with:
name: build-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build_type }}
path: |
${{ github.workspace }}/builds/ninja-multi-vcpkg-ci/*
!*.a
!*/aspia_base_tests*
${{ github.workspace }}/builds/ninja-multi-vcpkg-ci/*.deb
if-no-files-found: error
retention-days: 7

0 comments on commit 094701c

Please sign in to comment.