Skip to content

Commit

Permalink
Add x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Jul 28, 2021
1 parent 2579886 commit dc7795b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -14,10 +14,12 @@ jobs:
matrix:
build: [
msbuild_cl_x64_release,
msbuild_cl_x86_release,
]

include:
- { build: msbuild_cl_x64_release, compiler: msbuild_cl, arch: x64, build_config: Release }
- { build: msbuild_cl_x86_release, compiler: msbuild_cl, arch: x86, build_config: Release }

steps:
- name: Checkout source
@@ -34,7 +36,7 @@ jobs:
- name: Publish
uses: actions/upload-artifact@v2
with:
name: unicon
name: unicon.${{ matrix.arch }}
path: |
${{ matrix.arch }}/${{ matrix.build_config }}/unicon.dll
${{ matrix.arch }}/${{ matrix.build_config }}/unicon.exe

0 comments on commit dc7795b

Please sign in to comment.