Skip to content

Commit

Permalink
fix release_platforms output
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Sep 25, 2024
1 parent 3b88024 commit d328266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
$targetFrameworks = $csproj.Project.PropertyGroup.TargetFramework
}
echo "release_platforms: $targetFrameworks"
echo "{release_platforms}={$targetFrameworks}" >> $GITHUB_OUTPUT
echo "release_platforms=$targetFrameworks" >> $GITHUB_OUTPUT
- name: Archive Files
if: success() && env.CREATE_RELEASE == 'True'
Expand Down

0 comments on commit d328266

Please sign in to comment.