Skip to content

Commit

Permalink
fix rename bin release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Rovel committed Feb 20, 2024
1 parent 4999f1e commit 43c69e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: ls -R
- name: Rename binaries
run: |
for dir in */ ; do
cd target && for dir in */ ; do
if [ -d "$dir" ]; then
base=$(basename "$dir")
mv "${dir%/}/image_cleaner" "${dir%/}/${dir%/}" # Rename binary to match directory name
Expand Down

0 comments on commit 43c69e5

Please sign in to comment.