Skip to content

Commit

Permalink
Fix redirect of printf
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Jan 28, 2025
1 parent 2dd1d9d commit b40e041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
"${{ steps.pkgbase.outputs.value }}" \
"${{ steps.pkgver.outputs.value }}" \
"${{ steps.final-pkgrel.outputs.value }}" \
"${{ steps.target-arch.outputs.arch }}"
"${{ steps.target-arch.outputs.arch }}" \
>> "$GITHUB_OUTPUT"
- name: Build
Expand Down

0 comments on commit b40e041

Please sign in to comment.