Skip to content

Commit

Permalink
ci: Remove subprojects/.gitignore to preserve subprojects on PPA branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 1, 2025
1 parent 8f478e0 commit 02d35be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@ jobs:
run: |
mkdir src
tar -C src -xf src.tar.gz
# Ensure subprojects are uploaded
rm src/subprojects/.gitignore
- name: Integrate Debian packaging
run: |
pushd src
Expand Down

0 comments on commit 02d35be

Please sign in to comment.