Add debug steps for fpm and deb file

This commit is contained in:
kdusek
2025-12-07 23:33:31 +01:00
parent c2473ad714
commit 056657e617

View File

@@ -33,6 +33,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y ruby-full
gem install fpm
- name: Check fpm
run: which fpm
- name: Build Debian package
run: |
mkdir -p build/linux/opt
@@ -57,6 +59,8 @@ jobs:
--category internet \
--version "${{github.ref_name#v}}" \
--license GPLv3
- name: Check deb file
run: ls -la dist/
- name: Upload artifact
uses: actions/upload-artifact@v3
with: