diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-07-18 10:45:12 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-07-18 10:57:14 +0200 |
commit | 344934b7d9d96b9363edfe6233b5e3a1843b9244 (patch) | |
tree | 855c6c3cd47660641d5618929986407b905d8f4f /.github/workflows/build.yml | |
parent | 22ba5d5103c7b1c00a416a89432e98fbd938d77c (diff) |
CI: Upload generated packages.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74ad276ad..bd7fb70d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,6 +102,11 @@ jobs: - name: CPack DEB run: | cd ./build && cpack -G DEB && sudo dpkg -i nDPId-*.deb && cd .. + - name: Upload DEB + uses: actions/upload-artifact@v3 + with: + name: nDPId-debian-packages + path: build/*.deb - name: systemd test if: startsWith(matrix.os, 'ubuntu-latest') && startsWith(matrix.compiler, 'default-cc') run: | |