Skip to content

Commit

Permalink
v9.10
Browse files Browse the repository at this point in the history
- CI | Armbian: Fix Orange Pi 5 Max file renaming
  • Loading branch information
MichaIng committed Jan 24, 2025
1 parent d3a452b commit f575756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
mv -v "$i" "${i%%_*}.deb"
if [ '${{ github.event.inputs.board }}' = 'orangepi5-max' ] && [ '${{ github.event.inputs.asset }}' = 'kernel' ]
then
mv -v "$i" "${i%.deb}_orangepi5max.deb"
mv -v "${i%%_*}.deb" "${i%.deb}_orangepi5max.deb"
fi
i="${i%%_*}.deb"
files="$files,$i"
Expand Down

0 comments on commit f575756

Please sign in to comment.