chore: build: also add new files

This commit is contained in:
Stéphane Lesimple
2026-04-02 18:43:51 +02:00
parent 5e2af29e6a
commit 0974871a6c

View File

@@ -96,7 +96,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/* .
git add * git add --all
echo =#=#= DIFF CACHED echo =#=#= DIFF CACHED
git diff --cached git diff --cached
echo =#=#= STATUS echo =#=#= STATUS