Skip to content

Commit ceff82e

Browse files
committed
Add housing to artifacts
1 parent bf32c4d commit ceff82e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Prepare output directory
5757
run: |
5858
mkdir -p ${{ env.OutputFolder }}
59+
cp -r ./mechanical ${{ env.OutputFolder }}/freecad
5960
cp ./LICENSE ${{ env.OutputFolder }}
6061
6162
- name: Install FreeCAD

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Prepare output directory
5959
run: |
6060
mkdir -p ${{ env.OutputFolder }}
61+
cp -r ./mechanical ${{ env.OutputFolder }}/freecad
6162
cp ./LICENSE ${{ env.OutputFolder }}
6263
6364
- name: Install FreeCAD

0 commit comments

Comments
 (0)