We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9680c7e commit 3f4ab26Copy full SHA for 3f4ab26
.github/workflows/build.yml
@@ -56,6 +56,7 @@ jobs:
56
- name: Prepare output directory
57
run: |
58
mkdir -p ${{ env.OutputFolder }}
59
+ cp -r ./mechanical ${{ env.OutputFolder }}
60
cp ./LICENSE ${{ env.OutputFolder }}
61
62
- name: Install FreeCAD
.github/workflows/release.yml
@@ -53,6 +53,7 @@ jobs:
53
54
55
0 commit comments