Skip to content

Commit

Permalink
Use correct binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed May 15, 2024
1 parent b0d5227 commit cf1b337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-images-drawio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
page=$((page + 1))
# For whatever reason xmlstarlet doesn't end its output with a newline so we append one with echo to not lose the last line
done < <(xml sel -t -v "//diagram/@name" "$file"; echo)
done < <(xmlstarlet sel -t -v "//diagram/@name" "$file"; echo)
done < <(find "${{ env.DRAWIO_SRC }}" -name "*.drawio")
rsync -v --recursive --include="*.png" --include="*.svg" --filter="-! */" "${{ env.DRAWIO_SRC }}"/* "${{ env.DRAWIO_OUT }}"
Expand Down

0 comments on commit cf1b337

Please sign in to comment.