Skip to content

Commit

Permalink
github: wip: using artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Vermaete <[email protected]>
  • Loading branch information
vermaete committed Oct 26, 2024
1 parent 570719c commit a9f962c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9f962c

Please sign in to comment.