Skip to content

Commit

Permalink
move package
Browse files Browse the repository at this point in the history
  • Loading branch information
dzania committed Aug 28, 2023
1 parent a972c71 commit c133666
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ 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: Rename artifact
run: mv ../yubi-bridge_0.1.0_all.deb ../yubi-bridge.deb
- name: Move artifact
run: mv ../yubi-bridge.deb ./
- name: Upload Debian package artifact
uses: actions/upload-artifact@v2
with:
name: deb-package
path: deb-packages/
name: yubi-bridge.deb
path: yubi-bridge.deb

0 comments on commit c133666

Please sign in to comment.