ci: Remove all subproject .gitignores for PPA upload

This commit is contained in:
Matt Borgerson
2025-06-23 15:05:48 -07:00
committed by mborgerson
parent 1fa242bd00
commit 1343d5873f

View File

@ -471,7 +471,7 @@ jobs:
tar -C src -xf src.tar.gz
# Ensure subprojects are uploaded
rm src/subprojects/.gitignore
find src/subprojects -name "*.gitignore" -exec rm {} \;
- name: Integrate Debian packaging
run: |
pushd src