fix(ci): Use correct script path from rust/ dir (#8053)

Fixes a bug introduced in #8041
This commit is contained in:
Jamil
2025-02-08 06:52:33 -08:00
committed by GitHub
parent b8852b3e7a
commit 11b9916784

View File

@@ -162,7 +162,7 @@ jobs:
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: scripts/upload/github-release.sh
run: ../scripts/upload/github-release.sh
data-plane-linux:
name: ${{ matrix.name.image_name }}-${{ matrix.arch.shortname }}