Skip to content

Commit

Permalink
v-1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mIcHyAmRaNe committed Jul 25, 2024
1 parent 2c29e4a commit 6c61257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential debhelper dh-python python3-all pybuild-plugin-pyproject
- name: Clean before build
run: |
fakeroot debian/rules clean
- name: Prepare orig.tar.gz
run: |
cd ..
Expand All @@ -39,6 +35,7 @@ jobs:
- name: Build Debian package
run: |
export PYTHON=python3
dpkg-buildpackage -rfakeroot -uc -us
- name: Copy Debian package to working directory
Expand Down
1 change: 1 addition & 0 deletions debian/debhelper-build-stamp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
okadminfinder

0 comments on commit 6c61257

Please sign in to comment.