Skip to content

Commit

Permalink
repo name incorrect (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin authored Oct 21, 2024
1 parent aa8d481 commit e5871ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ readonly repo=${REPO:?input REPO is required}
readonly version=${VERSION:-''}

readonly out=$GITHUB_WORKSPACE
readonly repo_name=${repo#*/}
# readonly repo_name=${repo#*/}
# temporary fix - make manual
readonly repo_name=zenohcpp
readonly archive_lib=$out/$repo_name-$version.zip
readonly archive_deb=$out/$repo_name-$version-deb-pkgs.zip
readonly archive_rpm=$out/$repo_name-$version-rpm-pkgs.zip
Expand Down

0 comments on commit e5871ba

Please sign in to comment.