Squash merge tests into main

This commit is contained in:
Canon
2026-03-12 07:22:26 +08:00
parent 0bd4151271
commit dbb561b892
12 changed files with 1114 additions and 0 deletions
+3
View File
@@ -23,6 +23,9 @@ jobs:
dotnet-version: '10.0.x'
cache: true
- name: Test
run: dotnet test --configuration Release
- name: Build Windows x64 (self-contained)
run: dotnet publish FCPModUpdater.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o ./publish/win-x64-sc