Skip to content

Commit cf1b337

Browse files
committed
Use correct binary name
1 parent b0d5227 commit cf1b337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-images-drawio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
page=$((page + 1))
5353
5454
# For whatever reason xmlstarlet doesn't end its output with a newline so we append one with echo to not lose the last line
55-
done < <(xml sel -t -v "//diagram/@name" "$file"; echo)
55+
done < <(xmlstarlet sel -t -v "//diagram/@name" "$file"; echo)
5656
done < <(find "${{ env.DRAWIO_SRC }}" -name "*.drawio")
5757
5858
rsync -v --recursive --include="*.png" --include="*.svg" --filter="-! */" "${{ env.DRAWIO_SRC }}"/* "${{ env.DRAWIO_OUT }}"

0 commit comments

Comments
 (0)