Skip to content

Commit a9f962c

Browse files
committed
github: wip: using artifacts
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
1 parent 570719c commit a9f962c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,13 @@ jobs:
7070
run: lintian --info --display-info opendds.deb
7171
continue-on-error: true
7272
if: always()
73+
74+
- uses: actions/upload-artifact@v4
75+
with:
76+
name: deb
77+
path: opendds_*_*.deb
78+
79+
- uses: actions/upload-artifact@v4
80+
with:
81+
name: dsc
82+
path: opendds_*_*.dsc

0 commit comments

Comments
 (0)