Skip to content

CI: add windows builder, upload artifacts #12

CI: add windows builder, upload artifacts

CI: add windows builder, upload artifacts #12

Workflow file for this run

name: Windows Build
on:
push:
# branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x86
- name: build
run: nmake
- uses: actions/upload-artifact@v4
name: windows-binary
path: me7sum.exe

Check failure on line 23 in .github/workflows/windows-build.yml

View workflow run for this annotation

GitHub Actions / Windows Build

Invalid workflow file

The workflow is not valid. .github/workflows/windows-build.yml (Line: 23, Col: 7): Unexpected value 'path'