Skip to content

Commit

Permalink
Split up RPM and DEB. Everyone only ever needs one of them.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Nov 1, 2020
1 parent bfc4bbe commit 1e906b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Archive .rpm file
uses: actions/upload-artifact@v2
with:
name: zap
name: zap-linux-rpm
path: dist/zap*.rpm
- name: Archive .deb file
uses: actions/upload-artifact@v2
with:
name: zap
name: zap-linux-deb
path: dist/zap*.deb

0 comments on commit 1e906b5

Please sign in to comment.