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 890e1b3 commit 396ce94Copy full SHA for 396ce94
.github/workflows/publish_yak.yml
@@ -54,7 +54,7 @@ jobs:
54
USER_OBJECTS: src\compas_ghpython\components\ghuser
55
YAK_TEMPLATE: src\compas_ghpython\yak_template
56
57
- - name: Publish to Yak test server (Rhino 7)
+ - name: Publish to Yak server (Rhino 7)
58
shell: pwsh
59
run: |
60
$file = Get-ChildItem -Path dist\yak_package\*rh7*.yak -File | Select-Object -ExpandProperty Name
@@ -70,7 +70,7 @@ jobs:
70
USER_OBJECTS: src\compas_ghpython\components_cpython\ghuser
71
72
73
- - name: Publish to Yak test server (Rhino 8)
+ - name: Publish to Yak server (Rhino 8)
74
75
76
$file = Get-ChildItem -Path dist\yak_package\*rh8*.yak -File | Select-Object -ExpandProperty Name
0 commit comments