Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdozdil authored Jan 20, 2025
1 parent 1311036 commit 04da49d
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 @@ -83,8 +83,8 @@ jobs:
Write-Output "Generated Filename: $outputFileName"
# Write outputs to GITHUB_OUTPUT
"version=$version" >> $GITHUB_OUTPUT
"filename=$outputFileName" >> $GITHUB_OUTPUT
"version=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
"filename=$outputFileName" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
continue-on-error: false

Expand Down

0 comments on commit 04da49d

Please sign in to comment.