Skip to content

Commit

Permalink
Fix release pipeline for actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog committed Feb 16, 2025
1 parent 250c002 commit 521921f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
include-prerelease: true
- name: Install dependencies
run: choco install GitVersion.Portable --version 5.6.11 --confirm --no-progress; choco install NuGet.CommandLine GitVersion.Portable wixtoolset --confirm --no-progress
- uses: actions/checkout@v2
Expand Down

0 comments on commit 521921f

Please sign in to comment.