Skip to content

Commit

Permalink
Update build.yml (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukul Kedia authored Jun 1, 2024
1 parent 0237641 commit 4335e3e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].6
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: recursive
lfs: true

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '8.0.x'
dotnet-version: "8"

- name: Restore NuGet Packages
run: nuget restore Rectify11Installer.sln
Expand All @@ -41,7 +43,7 @@ jobs:
run: dotnet publish Rectify11Installer -c Release -p:PublishProfile=FolderProfile -property:SolutionDir=${{ github.workspace }}\

- name: Upload Rectify11Installer
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: Rectify11Installer (x64)
path: Rectify11Installer\bin\Release\net8.0-windows\publish\win-x64\Rectify11Installer.exe
Expand Down

0 comments on commit 4335e3e

Please sign in to comment.