Skip to content

Commit

Permalink
tag all windows build names as windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wwiv committed Dec 25, 2023
1 parent 18d24f7 commit 3943035
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wwiv-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,21 @@ jobs:
$vcbase=$(vswhere -legacy -latest -property installationPath)
echo VCVARS_ALL="${vcbase}\VC\Auxiliary\Build\vcvarsall.bat" >> "$env:GITHUB_ENV"
- name: Set up Visual Studio Env
- name: Set up Visual Studio Env (Windows)
uses: egor-tensin/vs-shell@v2
if: ${{ matrix.os == 'windows-latest' }}
with:
arch: x86

- name: Build
- name: Build (Windows)
if: ${{ matrix.os == 'windows-latest' }}
shell: cmd
run: builds\jenkins\wwiv\build.cmd
env:
WWIV_ARCH: x86
WWIV_RELEASE: 5.9.0

- name: Build
- name: Build (Linux)
if: ${{ matrix.os != 'windows-latest' }}
shell: bash
run: builds/jenkins/wwiv/build
Expand Down

0 comments on commit 3943035

Please sign in to comment.