Skip to content

Commit 76e6668

Browse files
committed
updated export-bom workflow to use 0.19
1 parent 8240eaa commit 76e6668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/export-bom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
uses: dsaltares/fetch-gh-release-asset@master
4444
with:
4545
repo: "FreeCAD/FreeCAD"
46-
version: "tags/0.20"
47-
file: "FreeCAD-0.20.0-Linux-x86_64.AppImage"
46+
version: "tags/0.19.2"
47+
file: "FreeCAD_0.19-24291-Linux-Conda_glibc2.12-x86_64.AppImage"
4848
target: "FreeCAD.AppImage"
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050

0 commit comments

Comments
 (0)