Skip to content

Commit

Permalink
ci: Added package workflow upload
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwalz authored Jul 20, 2024
1 parent 28cca87 commit 24cadb4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,15 @@ jobs:
version: ${{ github.ref }} # refs/tags/v*.*.*
arch: 'x86_64'
desc: 'A tool to make screen sessions persistent = survive system reboots.'

- uses: actions/upload-artifact@v4
with:
name: artifact-deb
path: |
./*.deb
- uses: actions/upload-artifact@v4
with:
name: artifact-rpm
path: |
./*.rpm
!./*-debuginfo-*.rpm

0 comments on commit 24cadb4

Please sign in to comment.