Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bc943ff50 | |||
| fd1861e074 | |||
| 43f519191e | |||
| 7eaa84ee12 | |||
| 67663ce7a4 | |||
| 10c9814198 | |||
| 21c1e55002 | |||
| 35b7d09b73 |
@@ -17,7 +17,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Generate BOM
|
||||
uses: https://hub.allspice.io/Actions/generate-bom@v0.5
|
||||
uses: https://hub.allspice.io/Actions/generate-bom@v0.8
|
||||
with:
|
||||
# The path to the project file in your repo (.PrjPcb for Altium, .DSN for OrCad).
|
||||
source_path: Archimajor.PrjPcb
|
||||
@@ -40,8 +40,21 @@ jobs:
|
||||
- name: Show BOM
|
||||
run: cat bom.csv
|
||||
|
||||
- name: Convert BOM to Excel
|
||||
uses: https://hub.allspice.io/Actions/csv_to_excel@v0.15
|
||||
with:
|
||||
source_path: bom.csv
|
||||
output_file_name: bom.xlsx
|
||||
start_cellname: A1
|
||||
|
||||
- name: Upload file as artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: BOM.csv
|
||||
path: bom.csv
|
||||
path: bom.csv
|
||||
|
||||
- name: Upload file as artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: BOM.xlsx
|
||||
path: bom.xlsx
|
||||
Binary file not shown.
+2
-2
@@ -1,8 +1,8 @@
|
||||
Description,Designator,Footprint,Quantity,MANUFACTURER,MANUFACTURER #
|
||||
|
||||
"CAP CER 0603 100nF 50V 10% X7R","C1, C15, C18, C23A, C23B, C23C, C23D, C23E, C36, C47A, C47B, C47C, C47D, C47E, C47F, C47G, C47H, C95, C121A, C121B, C121C, C121D, C121E, C121F, C121G, C121H, C122A, C122B, C122C, C122D, C122E, C122F, C122G, C122H, C199, C202, C203","C0603","37","Kemet","C0603C104K5RACTU"
|
||||
"CAP CER 0.1UF 6.3V 10% X5R 0201","C2, C60A, C60B, C60C, C60D, C62A, C62B, C62C, C62D, C67, C78, C91, C100, C105, C106, C149A, C149B, C149C, C149D, C149E, C149F, C149G, C149H, C204, C205, C206, C207, C208, C215, C217","C0201 Large Pads","30","Samsung","CL03A104KQ3NNNC"
|
||||
"CAP CER 0402 TBD, CAP CER 0402 22pF 50V 5% C0G","C3, C151","C0402","2","TBD, AVX","TBD, 04025A220JAT2A"
|
||||
"CAP CER 0.1UF 6.3V 10% X5R 0201","C2, C60A, C60B, C60C, C60D, C60E, C62A, C62B, C62C, C62D, C62E, C67, C78, C91, C100, C105, C106, C149A, C149B, C149C, C149D, C149E, C149F, C149G, C149H, C204, C205, C206, C207, C208, C215, C217","C0201 Large Pads","32","Samsung","CL03A104KQ3NNNC"
|
||||
"CAP CER 0402 TBD","C3","C0402","1","TBD","TBD"
|
||||
"CAP CER 47UF 10V X5R 1210","C4, C5","C1210","2","Murata","GRM32ER61A476KE20L"
|
||||
"CAP CER 4.7UF 50V X7R 1210","C6, C7, C440","C1210","3","Murata","GRM32ER71H475KA88L"
|
||||
"Capacitor Non Polarized","C8, C9, C10, C11, C27, C50, C153, C154, C209, C211","C0603","10","","DNI-C0603TBD"
|
||||
|
||||
|
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user