Skip to content

Commit

Permalink
Fix wrong file name in build-release-packages.yml (#1437)
Browse files Browse the repository at this point in the history
Introduced in #1363, the file name does not match.

Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin authored and hpatro committed Jan 8, 2025
1 parent 8b17e6a commit 14fb6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 14fb6d3

Please sign in to comment.