File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 4444
4545 export-freecad :
4646 env :
47- FREECADVERSION : " 0.21 .2"
47+ FREECADVERSION : " 1.0 .2"
4848 FreeCADFileName : " ./mechanical/housing.FCStd"
4949 OutputFolder : " ./output"
5050 PartType : " PartDesign::Body"
@@ -56,13 +56,14 @@ jobs:
5656 - name : Prepare output directory
5757 run : |
5858 mkdir -p ${{ env.OutputFolder }}
59+ cp -r ./mechanical ${{ env.OutputFolder }}
5960 cp ./LICENSE ${{ env.OutputFolder }}
6061
6162 - name : Install FreeCAD
6263 run : |
63- wget https://github.com/FreeCAD/FreeCAD/releases/download/${{ env.FREECADVERSION }}/FreeCAD- ${{ env.FREECADVERSION }}-Linux-x86_64.AppImage
64- chmod 0777 ./FreeCAD- ${{ env.FREECADVERSION }}-Linux-x86_64.AppImage
65- ./FreeCAD- ${{ env.FREECADVERSION }}-Linux-x86_64.AppImage --appimage-extract
64+ wget https://github.com/FreeCAD/FreeCAD/releases/download/${{ env.FREECADVERSION }}/FreeCAD_ ${{ env.FREECADVERSION }}-conda- Linux-x86_64-py311 .AppImage
65+ chmod 0777 FreeCAD_ ${{ env.FREECADVERSION }}-conda- Linux-x86_64-py311 .AppImage
66+ ./FreeCAD_ ${{ env.FREECADVERSION }}-conda- Linux-x86_64-py311 .AppImage --appimage-extract
6667 - name : Get FreeCAD Export
6768 run : |
6869 git clone https://github.com/0x007E/pyfreecadexport.git
Original file line number Diff line number Diff line change 4141
4242 export-freecad :
4343 env :
44- FREECADVERSION : " 0.21 .2"
44+ FREECADVERSION : " 1.0 .2"
4545 FreeCADFileName : " ./mechanical/housing.FCStd"
4646 OutputFolder : " ./output"
4747 PartType : " PartDesign::Body"
@@ -53,13 +53,14 @@ jobs:
5353 - name : Prepare output directory
5454 run : |
5555 mkdir -p ${{ env.OutputFolder }}
56+ cp -r ./mechanical ${{ env.OutputFolder }}
5657 cp ./LICENSE ${{ env.OutputFolder }}
5758
5859 - name : Install FreeCAD
5960 run : |
60- wget https://github.com/FreeCAD/FreeCAD/releases/download/${{ env.FREECADVERSION }}/FreeCAD- ${{ env.FREECADVERSION }}-Linux-x86_64.AppImage
61- chmod 0777 ./FreeCAD- ${{ env.FREECADVERSION }}-Linux-x86_64.AppImage
62- ./FreeCAD- ${{ env.FREECADVERSION }}-Linux-x86_64.AppImage --appimage-extract
61+ wget https://github.com/FreeCAD/FreeCAD/releases/download/${{ env.FREECADVERSION }}/FreeCAD_ ${{ env.FREECADVERSION }}-conda- Linux-x86_64-py311 .AppImage
62+ chmod 0777 FreeCAD_ ${{ env.FREECADVERSION }}-conda- Linux-x86_64-py311 .AppImage
63+ ./FreeCAD_ ${{ env.FREECADVERSION }}-conda- Linux-x86_64-py311 .AppImage --appimage-extract
6364 - name : Get FreeCAD Export
6465 run : |
6566 git clone https://github.com/0x007E/pyfreecadexport.git
You can’t perform that action at this time.
0 commit comments