Skip to content

Commit

Permalink
random
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-1004 committed Jul 10, 2023
1 parent 25a0e0d commit 3bda9fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/packaging-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ jobs:
run: |
cd packaging
make
- name: Upload Debian Package
uses: actions/upload-artifact@v3
with:
name: debian-package
path: packaging/*.deb

- name: Upload RPM Package
uses: actions/upload-artifact@v3
with:
name: rpm-package
path: packaging/*.rpm

0 comments on commit 3bda9fb

Please sign in to comment.