fix path in workflow
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
git config user.name "Gitea Bot"
|
git config user.name "Gitea Bot"
|
||||||
git config user.email "bot@gitea.io"
|
git config user.email "bot@gitea.io"
|
||||||
git add asphalt.lock.toml places/common/src/shared/assets/assets.luau places/common/src/shared/assets/assets.d.ts assets
|
git add asphalt.lock.toml src/shared/assets/assets.luau src/shared/assets/assets.d.ts assets
|
||||||
|
|
||||||
# On ne commit que s'il y a des changements
|
# On ne commit que s'il y a des changements
|
||||||
if git diff --staged --quiet; then
|
if git diff --staged --quiet; then
|
||||||
|
|||||||
Reference in New Issue
Block a user