Skip to content

Commit

Permalink
fix image base
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed May 4, 2024
1 parent bb40d65 commit 4cebb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/model-inference-with-timing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Plot results
run: |
python plot_results.py -models ${{ needs.list_models.outputs.all_models }}
IMAGE_BASE64="data:image/jpeg;base64,$(base64 -w 0 pareto_front.png)"
IMAGE_BASE64="data:image/png;base64,$(base64 -w 0 pareto_front.png)"
echo $IMAGE_BASE64
echo "<img src=\"$IMAGE_BASE64\">"
echo "<img src=\"$IMAGE_BASE64\">" >> "$GITHUB_STEP_SUMMARY"

0 comments on commit 4cebb11

Please sign in to comment.