Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mIcHyAmRaNe committed Jul 8, 2024
1 parent dde2f89 commit 64a624a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ jobs:
run: |
dpkg-buildpackage -rfakeroot -uc -us
- name: Move Debian package to working directory
run: |
mv ../*.deb .
- name: List files in output directory
run: |
cd ..
ls -ll # Verify files are present
- name: Upload Debian package artifacts
working-directory: ..
uses: actions/upload-artifact@v2
with:
name: okadminfinder
path: ../okadminfinder_*.deb
path: okadminfinder_*.deb

0 comments on commit 64a624a

Please sign in to comment.