Skip to content

Commit 14c1b1c

Browse files
author
Vadym Vikulin
committed
PCB preview image simensions adjustemnt
1 parent f95bae8 commit 14c1b1c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,14 @@ jobs:
4848
pcb_centroids_file: build/open-gamma-kit-centroid-file-${{ github.ref_name }}.csv
4949
pcb_centroids_format: csv
5050
pcb_top_image_file: build/pcb-3dview-latest-f.png
51-
pcb_top_image_zoom: 1.8
51+
pcb_top_image_zoom: 2.5
52+
pcb_top_image_width: 1600
53+
pcb_top_image_height: 600
5254
pcb_bottom_image_file: build/pcb-3dview-latest-b.png
53-
pcb_bottom_image_zoom: 1.8
55+
pcb_bottom_image_zoom: 2.5
56+
pcb_bottom_image_width: 1600
57+
pcb_bottom_image_height: 600
58+
5459

5560
- name: Upload Artifacts
5661
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)