Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions committed May 29, 2024
1 parent 70a8839 commit 5fd0bd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: nuget restore Rectify11Installer.sln

- name: Build
run: msbuild Rectify11Installer.sln /p:Configuration=Release /p:platform=x64

- name: Publish
run: dotnet publish Rectify11Installer.sln --artifacts-path Rectify11Installer\bin\output\Release\

- name: Upload Rectify11Installer
Expand Down

0 comments on commit 5fd0bd8

Please sign in to comment.