chore: don't include src/ generated files in build

This commit is contained in:
Stéphane Lesimple
2026-04-02 23:49:40 +02:00
parent 8e1b332ddc
commit a77cf8264f

View File

@@ -98,6 +98,7 @@ jobs:
git fetch origin ${{ github.ref_name }}-build git fetch origin ${{ github.ref_name }}-build
git checkout -f ${{ github.ref_name }}-build git checkout -f ${{ github.ref_name }}-build
mv $tmpdir/* . mv $tmpdir/* .
rm -rf src/
mkdir -p .github mkdir -p .github
rsync -vaP --delete $tmpdir/.github/ .github/ rsync -vaP --delete $tmpdir/.github/ .github/
git add --all git add --all