Skip to content

TH18: no need to add the indicator card when opening shop with F11 #139

TH18: no need to add the indicator card when opening shop with F11

TH18: no need to add the indicator card when opening shop with F11 #139

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup MSBuild environment
uses: microsoft/[email protected]
with:
msbuild-architecture: x86
- name: Build thprac
run: msbuild thprac.sln -t:restore,build -p:RestorePackagesConfig=true,Configuration=Release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: thprac
path: |
Release/thprac.exe
Release/thprac.pdb