Skip to content

Write a Byte Order Mark (BOM) to the CSV file. #23

Write a Byte Order Mark (BOM) to the CSV file.

Write a Byte Order Mark (BOM) to the CSV file. #23

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
run: docker run -v "${{ github.workspace }}:C:\Source" ghcr.io/enlyze/windows-build-environment powershell \Source\build.ps1
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: S7-Project-Explorer Executable and PDB
path: build/Release/S7-Project-Explorer/bin/S7-Project-Explorer.*