We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95bae8 commit 14c1b1cCopy full SHA for 14c1b1c
1 file changed
.github/workflows/build.yml
@@ -48,9 +48,14 @@ jobs:
48
pcb_centroids_file: build/open-gamma-kit-centroid-file-${{ github.ref_name }}.csv
49
pcb_centroids_format: csv
50
pcb_top_image_file: build/pcb-3dview-latest-f.png
51
- pcb_top_image_zoom: 1.8
+ pcb_top_image_zoom: 2.5
52
+ pcb_top_image_width: 1600
53
+ pcb_top_image_height: 600
54
pcb_bottom_image_file: build/pcb-3dview-latest-b.png
- 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
+
59
60
- name: Upload Artifacts
61
if: github.ref_type == 'tag'
0 commit comments