Add orx-jvm screenshots to media, method 2

This commit is contained in:
Edwin Jakobs
2022-01-22 09:08:06 +01:00
parent dc725f137b
commit 691168b982

View File

@@ -52,6 +52,8 @@ jobs:
git checkout --orphan media
git reset HEAD -- .
git add [a-z-]*/images/*.png
git add orx-jvm/[a-z-]*/images/*.png
cd orx-jvm
git add [a-z-]*/images/*.png
cd ..
git commit -m "add auto-generated media"
git push -f origin media