소스 검색

Update parse.yml

Ray 1 개월 전
부모
커밋
5daeffd91b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/parse.yml

+ 2 - 1
.github/workflows/parse.yml

@@ -32,6 +32,7 @@ jobs:
           set -x
           git config user.email "github-actions[bot]@users.noreply.github.com"
           git config user.name "github-actions[bot]"
-          git add parser
+          git add tools/parser
           git commit -m "Update raylib_api.* by CI"
           git push
+