Skip to content

Commit 396ce94

Browse files
committed
renamed tasks
1 parent 890e1b3 commit 396ce94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_yak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
USER_OBJECTS: src\compas_ghpython\components\ghuser
5555
YAK_TEMPLATE: src\compas_ghpython\yak_template
5656

57-
- name: Publish to Yak test server (Rhino 7)
57+
- name: Publish to Yak server (Rhino 7)
5858
shell: pwsh
5959
run: |
6060
$file = Get-ChildItem -Path dist\yak_package\*rh7*.yak -File | Select-Object -ExpandProperty Name
@@ -70,7 +70,7 @@ jobs:
7070
USER_OBJECTS: src\compas_ghpython\components_cpython\ghuser
7171
YAK_TEMPLATE: src\compas_ghpython\yak_template
7272

73-
- name: Publish to Yak test server (Rhino 8)
73+
- name: Publish to Yak server (Rhino 8)
7474
shell: pwsh
7575
run: |
7676
$file = Get-ChildItem -Path dist\yak_package\*rh8*.yak -File | Select-Object -ExpandProperty Name

0 commit comments

Comments
 (0)