Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rguida authored May 20, 2024
1 parent ab25f5e commit b1a7a2c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,19 @@ jobs:
Solution_Name: MMExNotifier.sln # Replace with your solution name, i.e. MyWpfApp.sln.

steps:
# Check out the repository (https://github.com/actions/checkout)
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

# Install the .NET Core workload
# Install the .NET Core workload (https://github.com/actions/setup-dotnet)
- name: Install .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
# Add MSBuild to the PATH (https://github.com/microsoft/setup-msbuild)
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

Expand Down

0 comments on commit b1a7a2c

Please sign in to comment.