Skip to content

Commit

Permalink
updated export-bom workflow to use 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Oct 14, 2022
1 parent 8240eaa commit 76e6668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/export-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "FreeCAD/FreeCAD"
version: "tags/0.20"
file: "FreeCAD-0.20.0-Linux-x86_64.AppImage"
version: "tags/0.19.2"
file: "FreeCAD_0.19-24291-Linux-Conda_glibc2.12-x86_64.AppImage"
target: "FreeCAD.AppImage"
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 76e6668

Please sign in to comment.