Skip to content

Commit

Permalink
fix: Typo in examples build path
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Apr 16, 2024
1 parent e09f087 commit 5bfde10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build-linux.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zip "$archive_deb" ./*.deb
zip "$archive_rpm" ./*.rpm
cd -

cd crossbuilds/"$archive_examples"/examples
cd crossbuilds/"$target"/examples
zip "$archive_examples" ./*
cd -

Expand Down

0 comments on commit 5bfde10

Please sign in to comment.