File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 : |
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 : |
You can’t perform that action at this time.
0 commit comments