diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index ab5c37fd2..7ed875152 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -59,6 +59,8 @@ jobs: with: init-platform: true mt-path: .mt${{ matrix.version }} + path-ignore: .mt${{ matrix.version }} + path: '*' verbose: true - name: Print compiled files run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'