Skip to content

Commit 31ce1ad

Browse files
author
Murilo Marinho
committed
[sas_debian_builder] Trying to add debugsyms to PPA.
1 parent e2bcac7 commit 31ce1ad

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.devel/extract_debian_from_container.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ mkdir -p upload
66

77
docker run -t -d --name extract_files sas_deb_builder || true
88
docker exec extract_files bash -c "mkdir -p ~/extract; cp -f /root/tmp_ros2/*.deb ~/extract; cp -f /root/tmp_ros2/SAS_VERSION ~/extract"
9+
# Debug symbol packages
10+
docker exec extract_files bash -c "mkdir -p ~/extract; cp -f /root/tmp_ros2/*.ddeb ~/extract; cp -f /root/tmp_ros2/SAS_VERSION ~/extract"
911
docker cp extract_files:/root/extract upload/

.github/workflows/sas_debian_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
cd release
4848
gh release create v"$VERSION" \
49-
*.deb \
49+
*.*deb \
5050
--repo="$GITHUB_REPOSITORY" \
5151
--title="${GITHUB_REPOSITORY#*/} ${VERSION}" \
5252
--generate-notes

0 commit comments

Comments
 (0)