Skip to content

Commit 1baaba8

Browse files
committed
change order. yakerize clears the previous build
1 parent f14c935 commit 1baaba8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish_yak.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ jobs:
3535
USER_OBJECTS: src\compas_ghpython\components\ghuser
3636
YAK_TEMPLATE: src\compas_ghpython\yak_template
3737

38-
- name: Create Rhino8 Yak package
39-
shell: pwsh
40-
run: |
41-
invoke yakerize -m $Env:YAK_TEMPLATE\manifest.yml -l $Env:YAK_TEMPLATE\icon.png -g $Env:USER_OBJECTS -t rh8
42-
env:
43-
USER_OBJECTS: src\compas_ghpython\components_cpython\ghuser
44-
YAK_TEMPLATE: src\compas_ghpython\yak_template
45-
4638
- name: Publish to Yak test server (Rhino 7)
4739
shell: pwsh
4840
run: |
@@ -51,6 +43,14 @@ jobs:
5143
env:
5244
YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}
5345

46+
- name: Create Rhino8 Yak package
47+
shell: pwsh
48+
run: |
49+
invoke yakerize -m $Env:YAK_TEMPLATE\manifest.yml -l $Env:YAK_TEMPLATE\icon.png -g $Env:USER_OBJECTS -t rh8
50+
env:
51+
USER_OBJECTS: src\compas_ghpython\components_cpython\ghuser
52+
YAK_TEMPLATE: src\compas_ghpython\yak_template
53+
5454
- name: Publish to Yak test server (Rhino 8)
5555
shell: pwsh
5656
run: |

0 commit comments

Comments
 (0)