Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lixkote authored Apr 25, 2024
1 parent 3dac3be commit 6e7487f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
run: msbuild Rectify11Installer.sln /p:Configuration=Release /p:platform=x64

- name: Create single exe
run: Rectify11Installer\ILRepack.exe Rectify11Installer\bin\Release\Rectify11Installer.exe /out:Rectify11Installer\bin\output\Release\Rectify11Installer.exe Rectify11Installer\bin\Release\libmsstyle.dll Rectify11Installer\bin\Release\TaskDialog.dll
run: Rectify11Installer\ILRepack.exe Rectify11Installer\bin\Release\net7.0-windows10.0.20348.0\Rectify11Installer.exe /out:Rectify11Installer\bin\output\Release\net7.0-windows10.0.20348.0\Rectify11Installer.exe Rectify11Installer\bin\Release\net7.0-windows10.0.20348.0\libmsstyle.dll Rectify11Installer\bin\Release\net7.0-windows10.0.20348.0\TaskDialog.dll

- name: Upload Rectify11Installer
uses: actions/[email protected]
with:
name: Rectify11Installer (x64)
path: Rectify11Installer\bin\output\Release\Rectify11Installer.exe
path: Rectify11Installer\bin\output\Release\net7.0-windows10.0.20348.0\Rectify11Installer.exe
compression-level: 0

0 comments on commit 6e7487f

Please sign in to comment.