Browse Source

CI: fix jit modules not being uploaded

Sasha Szpakowski 1 year ago
parent
commit
562de22289
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -165,7 +165,7 @@ jobs:
       id: vars
       run: |
         rem JIT Modules
-        if "${{ matrix.platform }}-${{ matrix.install }}" == "x64" (
+        if "${{ matrix.platform }}" == "x64" (
           (echo jitmodules=1)>> "%GITHUB_OUTPUT%"
         ) else (
           (echo jitmodules=0)>> "%GITHUB_OUTPUT%"