diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d15c1309dc..12a826fe96 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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" @@ -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