Skip to content

Commit

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

Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin committed Dec 13, 2024
1 parent 32f2c73 commit 5da1733
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 5da1733

Please sign in to comment.