Skip to content

Commit

Permalink
fix generate graph path
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jan 24, 2025
1 parent a91083a commit d930f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
run: |
sudo apt-get install -y gnuplot
pip3 install yq
LOG=$(ls ../../logs/logs_*/*.csv)
LOG=$(ls ../../example/logs/logs_*/*.csv)
echo "plot $LOG"
./gen_graph.sh "${LOG}"
ls
Expand Down

0 comments on commit d930f69

Please sign in to comment.