Skip to content

Commit

Permalink
Fix build 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions committed May 29, 2024
1 parent 21f2c9d commit d1d0373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: nuget restore Rectify11Installer.sln

- name: Build
run: msbuild Rectify11Installer.sln /p:Configuration=Release /p:platform=x64 -t:Publish
run: dotnet publish Rectify11Installer -p:PublishProfile=FolderProfile -property:SolutionDir=${{ github.workspace }}

- name: Upload Rectify11Installer
uses: actions/[email protected]
Expand Down

0 comments on commit d1d0373

Please sign in to comment.