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 bf32c4d commit ceff82eCopy full SHA for ceff82e
.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 }}/freecad
60
cp ./LICENSE ${{ env.OutputFolder }}
61
62
- name: Install FreeCAD
.github/workflows/release.yml
@@ -58,6 +58,7 @@ jobs:
63
64
0 commit comments