Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slabajo committed Sep 6, 2024
1 parent 6decb62 commit e658c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server-buildpackage-rust.child.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce" # v3.1.2
with:
name: "artifacts"
path: "${{ inputs.directory }}/*.*deb"
path: "${{ inputs.directory }}*.*deb"
3 changes: 2 additions & 1 deletion ci-scripts/ci_job_package_gst_rust_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ set -o xtrace

# Check out the requested branch
GST_RUST_PACKAGE="gst-plugin-rtp"
CURRENT_PWD=$PWD

# Apply diff to generate deb package
if [ -d xxtmpRepoxx ]; then rm -rf xxtmpRepoxx; fi
Expand Down Expand Up @@ -115,7 +116,7 @@ fi
# -----

docker run --pull always --rm \
--mount type=bind,src="$PWD",dst=/hostdir \
--mount type=bind,src="$CURRENT_PWD",dst=/hostdir \
--mount type=bind,src="$KURENTO_SCRIPTS_HOME",dst=/ci-scripts \
--mount type=bind,src="${INSTALL_PATH:-$PWD}",dst=/packages \
"kurento/rust-buildpackage:${JOB_DISTRO}" \
Expand Down

0 comments on commit e658c0c

Please sign in to comment.