Skip to content

fix: Fix dllexport

fix: Fix dllexport #30

Workflow file for this run

name: Build
on:
- push
- pull_request
- workflow_dispatch
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- name: Configure MSBuild
uses: microsoft/[email protected]
- name: Build
working-directory: ${{ env.GITHUB_WORKSPACE }}
run: msbuild /m /p:Configuration=${{ env.BUILD_TYPE }}
- name: Upload Artifact
uses: actions/[email protected]
with:
path: x64/Release/Export.dll