Update build.yml

This commit is contained in:
Crsky
2026-02-28 11:43:01 +08:00
parent d5a32a2058
commit 4e58bf3c96

View File

@@ -15,7 +15,7 @@ jobs:
run: nuget restore run: nuget restore
# Build the solution # Build the solution
- name: Build - name: Build
run: msbuild /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFrameworkVersion=v4.6.2 GARbro.sln run: msbuild /p:Configuration=Release /p:Platform="Any CPU" GARbro.sln
# Publish the artifacts # Publish the artifacts
- name: Publish Artifact - name: Publish Artifact
if: success() if: success()