Fix wrong file name in build-release-packages.yml (#1437)

Introduced in #1363, the file name does not match.

Signed-off-by: Binbin <binloveplay1314@qq.com>
This commit is contained in:
Binbin 2024-12-14 06:26:20 +08:00 committed by Harkrishn Patro
parent 8b17e6a3d9
commit 14fb6d3487

View File

@ -7,7 +7,7 @@ on:
paths:
- '.github/workflows/build-release-packages.yml'
- '.github/workflows/call-build-linux-arm-packages.yml'
- '.github/workflows/call-build-linux-x86_64-packages.yml'
- '.github/workflows/call-build-linux-x86-packages.yml'
- 'utils/releasetools/build-config.json'
workflow_dispatch:
inputs: