Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

Update README.md

Update README.md #70

Workflow file for this run

name: build-check x64 release
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Building project
run: |
msbuild TempleWare-External.sln -t:Rebuild -p:Configuration=Release -p:Platform=x64
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: Compiled-Binaries
path: |
D:\a\TempleWare-External\x64\Release\TempleWare-External.exe