Skip to content

Commit

Permalink
Fix wrong file name in build-release-packages.yml (valkey-io#1437)
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 authored and madolson committed Jan 6, 2025
1 parent 8d17f46 commit ce86ecb
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 ce86ecb

Please sign in to comment.