We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4644444 commit a2e6928Copy full SHA for a2e6928
.github/workflows/actions/windows/getLibpack/action.yml
@@ -41,11 +41,11 @@ inputs:
41
libpackdownloadurl:
42
description: "URL where to download libpack"
43
required: false
44
- default: https://github.com/FreeCAD/FreeCAD-LibPack/releases/download/3.0.0RC4/LibPack-1.0.0-v3.0.0RC4-Release.7z
+ default: https://github.com/FreeCAD/FreeCAD-LibPack/releases/download/3.1.0/LibPack-1.1.0-v3.1.0-Release.7z
45
libpackname:
46
description: "Libpack name (once downloaded)"
47
48
- default: LibPack-1.0.0-v3.0.0RC4-Release
+ default: LibPack-1.1.0-v3.1.0-Release
49
50
runs:
51
using: "composite"
0 commit comments