Skip to content

Updated checksum of package binary #230

Updated checksum of package binary

Updated checksum of package binary #230

Workflow file for this run

name: Build Windows
on:
push:
branches:
- master
- '*Test*'
jobs:
Build:
runs-on: windows-latest
env:
project: PopCameraDevice
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Windows
uses: NewChromantics/PopAction_BuildWindows@v1
with:
BuildPlatform: x64
BuildConfiguration: Release
# would be nice to extract this from visual studio
BuildDirectory: Build\Release_x64
project: ${{ env.project }}