Browse Source

Update parse_api.yml

Ray 2 tháng trước cách đây
mục cha
commit
fd28db53ad
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/parse_api.yml

+ 2 - 2
.github/workflows/parse_api.yml

@@ -14,7 +14,7 @@ jobs:
       - uses: actions/checkout@v4
 
       - name: Update parse files
-        working-directory: tools/parser
+        working-directory: tools/rlparser
         run: |
           make raylib_api
           mv raylib_api.* output
@@ -22,7 +22,7 @@ jobs:
       - name: Diff parse files
         id: diff
         run: |
-          git add -N tools/parser
+          git add -N tools/rlparser
           git diff --name-only --exit-code
         continue-on-error: true