Skip to content

Updated SICVM Build to 24.12.7.1 #38

Updated SICVM Build to 24.12.7.1

Updated SICVM Build to 24.12.7.1 #38

Workflow file for this run

name: CI
on:
push:
branches: 'main'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
- name: MSBuild
working-directory: "SIC Simulator"
run: msbuild "SIC Simulator.csproj"
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: "SIC VM"
path: "SIC Simulator/obj/Debug/SIC Simulator.exe"