Skip to content

Commit e215212

Browse files
committed
Update fab_outputs.yml
1 parent 86df810 commit e215212

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/fab_outputs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ jobs:
3232
run: |
3333
cd Fabrication-Toolkit
3434
python3 -m plugins.cli -p ../KiCad/Rev_1_0/RP2040-Decoder.kicad_pcb
35+
cd ..
3536
36-
- name: Archive Outputs
37+
- name: ls
3738
run: |
38-
ls
39-
zip -r fabrication_outputs.zip fabrication_outputs
39+
ls -R
40+
4041

4142
- name: Upload Artifact
4243
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)