Skip to content

Commit

Permalink
wip: list all image files for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jul 24, 2024
1 parent a91791b commit 6517e07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
apt install -y debhelper python3 gettext build-essential desktop-file-utils ninja-build meson libadwaita-1-dev make libnm-dev libnma-dev libnma-gtk4-dev
- name: Build .deb package
run: dpkg-buildpackage
run: |
dpkg-buildpackage
ls -la
- name: Calculate and Save Checksums
run: |
Expand Down

0 comments on commit 6517e07

Please sign in to comment.