We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cfdc3 commit e2563a5Copy full SHA for e2563a5
2 files changed
.github/workflows/package.yml
@@ -25,7 +25,7 @@ jobs:
25
repo: 'dev'
26
distro: 'ubuntu'
27
release: 'bionic'
28
- file: 'ros-melodic-dji-osdk-ros_0.0.${{ github.run_number }}-0bionic_arm64.deb' # version must match package phase
+ file: 'ros-melodic-dji-osdk-ros_0.0.${{ github.run_number }}_arm64.deb' # version must match package phase
29
draft-pr:
30
runs-on: ubuntu-18.04
31
needs: package-cuda
.github/workflows/release.yml
@@ -25,4 +25,4 @@ jobs:
repo: 'release'
- file: 'ros-melodic-dji-osdk-ros_4.0.100${{ github.run_number }}-0bionic_arm64.deb' # version must match package phase
+ file: 'ros-melodic-dji-osdk-ros_4.0.100${{ github.run_number }}_arm64.deb' # version must match package phase
0 commit comments