mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
CI: fix jit modules not being uploaded
This commit is contained in:
@@ -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%"
|
||||
|
||||
Reference in New Issue
Block a user