mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user