Skip to content

Commit

Permalink
Ensure we only copy the final deb
Browse files Browse the repository at this point in the history
We don't want the debug symbols
  • Loading branch information
RealOrangeOne committed Jul 28, 2023
1 parent 3498e10 commit b82a7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt-get update
sudo apt-get install --yes build-essential devscripts debhelper dh-virtualenv python3-virtualenv
debuild -uc -us -b
cp ../*.deb .
cp ../runusb_*.deb .
- name: Get debian package name
run: |
echo "runusb_deb_path=$(realpath *.deb)" >> $GITHUB_ENV
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build package
run: |
debuild -uc -us -b
cp ../*.deb .
cp ../runusb_*.deb .
- name: Get debian package name
run: |
echo "runusb_deb_path=$(realpath *.deb)" >> $GITHUB_ENV
Expand Down

0 comments on commit b82a7d2

Please sign in to comment.