Skip to content

Commit

Permalink
Fix copying built pongoOS resources
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Dec 23, 2021
1 parent 901bc34 commit f8cdfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ cp assets/PongoConsolidated.bin work/chroot/opt/a9x
)
if [ "$GITHUB_ACTIONS" = true ]; then
cp assets/odysseyra1n/odysseyra1n_resources.tar.zst work/chroot/opt/odysseyra1n
cp assets/pongoOS/build/* work/chroot/opt/pongoOS-latest
find assets/pongoOS/build/* -maxdepth 1 -type f -exec cp "{}" work/chroot/opt/pongoOS-latest/ \;
else
(
cd work/chroot/opt/odysseyra1n
Expand Down

0 comments on commit f8cdfab

Please sign in to comment.