Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 authored May 18, 2024
1 parent a2813f3 commit 9d95bf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d95bf4

Please sign in to comment.