mirror of https://github.com/xemu-project/xemu.git
ci: Remove subprojects/.gitignore to preserve subprojects on PPA branch
This commit is contained in:
parent
8f478e017a
commit
02d35be303
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue