diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e92740be8a..c3faf837b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,6 +208,8 @@ jobs: run: cmake -B build -G "Visual Studio 17 2022" -A ${{matrix.PLATFORM}} %CI_PARAMS% -DUSE_MSVC_RUNTIME_LIBRARY_DLL=OFF - name: Build run: cmake --build build --parallel --config Release + - name: Rename file + run: ren build\src\Release\glfw3.dll glfw.dll - name: Upload artifact uses: actions/upload-artifact@v4 with: