Fix git add pathspec

This commit is contained in:
Edwin Jakobs
2020-04-27 15:06:23 +02:00
committed by GitHub
parent 08ffae0a5c
commit 51751d0615

View File

@@ -27,6 +27,6 @@ jobs:
git config --global user.name "OPENRNDR Actions"
git reset HEAD -- .
git checkout --orphan media
git add [a-z-]/images/*.png
git add [a-z-]*/images/*.png
git commit -m "auto generated media"
git push -f origin media