Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajSchlej authored Feb 14, 2025
1 parent bebbec6 commit 46b73b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
path: ${{runner.workspace}}/dist/*.zip

build_windows_x86:
name: Windows x86 builds
name: Build on Windows x86
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Configure everything
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake -G "Visual Studio 16 2019" -A Win32 -T "v141_xp" -DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded" ../../TE2PE/
run: cmake -G "Visual Studio 16 2019" -A Win32 -T "v141_xp" -DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded" ../TE2PE/
- name: Build everything
working-directory: ${{runner.workspace}}/build
shell: bash
Expand All @@ -114,7 +114,7 @@ jobs:
working-directory: ${{runner.workspace}}/build/Release
shell: bash
run: |
7z a ../../../TE2PE/dist/te2pe_win32.zip TE2PE.exe
7z a ../../TE2PE/dist/te2pe_win32.zip TE2PE.exe
- name: Upload to artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 46b73b9

Please sign in to comment.