Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzania committed Aug 28, 2023
1 parent d30eb46 commit a972c71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y perl dh-python build-essential debhelper python3-pytest scdaemon yubikey-manager
- name: Build Debian package
run: dpkg-buildpackage -us -uc
- name: Move package artifacts
run: mv ../*.deb deb-packages/
- name: Upload Debian package artifact
uses: actions/upload-artifact@v2
with:
name: deb-package
path: ../*.deb
path: deb-packages/

0 comments on commit a972c71

Please sign in to comment.