Fix Debian package creation path
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m28s
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m28s
- Change cd path from /workspace/fuse-3.10.0 to /workspace/particle-os/libfuse/fuse-3.10.0 - This fixes the 'can't cd to /workspace/fuse-3.10.0' error in package creation - The build, compilation, tests, and installation all completed successfully! - Only remaining issue was incorrect path for package creation step This should be the final fix for complete end-to-end success!
This commit is contained in:
parent
68f56b5740
commit
ec9baab337
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ jobs:
|
|||
ldconfig
|
||||
|
||||
# Create Debian package
|
||||
cd /workspace/fuse-3.10.0
|
||||
cd /workspace/particle-os/libfuse/fuse-3.10.0
|
||||
mkdir -p libfuse3-3_3.10.0-1_amd64/DEBIAN
|
||||
mkdir -p libfuse3-3_3.10.0-1_amd64/usr/lib/x86_64-linux-gnu
|
||||
mkdir -p libfuse3-3_3.10.0-1_amd64/usr/include/fuse3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue