removing zipping
This commit is contained in:
6
.github/workflows/export-bom.yaml
vendored
6
.github/workflows/export-bom.yaml
vendored
@@ -151,11 +151,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: pcb-images
|
name: pcb-images
|
||||||
|
|
||||||
- name: Unzip PCB Images
|
|
||||||
run: |
|
|
||||||
mkdir pcb-images
|
|
||||||
unzip pcb-images.zip -d ./pcb-images
|
|
||||||
|
|
||||||
- name: Install FreeCAD Python library
|
- name: Install FreeCAD Python library
|
||||||
run: |
|
run: |
|
||||||
sudo apt -qq update
|
sudo apt -qq update
|
||||||
@@ -213,6 +208,7 @@ jobs:
|
|||||||
- name: Zip BOM Directory for Workflow Dispatch
|
- name: Zip BOM Directory for Workflow Dispatch
|
||||||
if: github.event_name != 'release'
|
if: github.event_name != 'release'
|
||||||
run: |
|
run: |
|
||||||
|
ls -al
|
||||||
zip -r Feeder-BOM.zip Feeder-${SHORT_SHA} Feeder-${SHORT_SHA}/img ./pcb-images
|
zip -r Feeder-BOM.zip Feeder-${SHORT_SHA} Feeder-${SHORT_SHA}/img ./pcb-images
|
||||||
ls -al
|
ls -al
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user