From a9f962c86921bda5b1d3693b2384f0c39ffe88e2 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sat, 26 Oct 2024 17:33:37 +0200 Subject: [PATCH] github: wip: using artifacts Signed-off-by: Jan Vermaete --- .github/workflows/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 360f505..2637ee8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,3 +70,13 @@ jobs: run: lintian --info --display-info opendds.deb continue-on-error: true if: always() + + - uses: actions/upload-artifact@v4 + with: + name: deb + path: opendds_*_*.deb + + - uses: actions/upload-artifact@v4 + with: + name: dsc + path: opendds_*_*.dsc