Update the changelog for 2.4 #27
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |