Skip to content

Commit

Permalink
Fix typo of stepps
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Jan 28, 2025
1 parent 0e3131d commit 083dd49
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 @@ -125,7 +125,7 @@ jobs:
"${{ steps.pkgbase.outputs.value }}" \
"${{ steps.pkgver.outputs.value }}" \
"${{ steps.final-pkgrel.outputs.value }}" \
"${{ stepps.target-arch.outputs.arch }}"
"${{ steps.target-arch.outputs.arch }}"
>> "$GITHUB_OUTPUT"
- name: Build
Expand Down

0 comments on commit 083dd49

Please sign in to comment.