Skip to content

Commit

Permalink
CI: fix jit modules not being uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Apr 20, 2024
1 parent f3a1535 commit 562de22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
Expand Down

0 comments on commit 562de22

Please sign in to comment.