Skip to content

Commit e2563a5

Browse files
author
Aaron Roller
committed
fix: -0bionic not generated with debian overrides master
1 parent 78cfdc3 commit e2563a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
repo: 'dev'
2626
distro: 'ubuntu'
2727
release: 'bionic'
28-
file: 'ros-melodic-dji-osdk-ros_0.0.${{ github.run_number }}-0bionic_arm64.deb' # version must match package phase
28+
file: 'ros-melodic-dji-osdk-ros_0.0.${{ github.run_number }}_arm64.deb' # version must match package phase
2929
draft-pr:
3030
runs-on: ubuntu-18.04
3131
needs: package-cuda

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
repo: 'release'
2626
distro: 'ubuntu'
2727
release: 'bionic'
28-
file: 'ros-melodic-dji-osdk-ros_4.0.100${{ github.run_number }}-0bionic_arm64.deb' # version must match package phase
28+
file: 'ros-melodic-dji-osdk-ros_4.0.100${{ github.run_number }}_arm64.deb' # version must match package phase

0 commit comments

Comments
 (0)