File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 - name : Create Rhino7 Yak package
3131 shell : pwsh
3232 run : |
33- invoke yakerize -m $YAK_TEMPLATE\manifest.yml -l $YAK_TEMPLATE\icon.png -g $USER_OBJECTS -t rh7
33+ invoke yakerize -m $Env: YAK_TEMPLATE\manifest.yml -l $Env: YAK_TEMPLATE\icon.png -g $Env: USER_OBJECTS -t rh7
3434 env :
3535 USER_OBJECTS : src\compas_ghpython\components\ghuser
3636 YAK_TEMPLATE : src\compas_ghpython\yak_template
3737
3838 - name : Create Rhino8 Yak package
3939 shell : pwsh
4040 run : |
41- invoke yakerize -m $YAK_TEMPLATE\manifest.yml -l $YAK_TEMPLATE\icon.png -g $USER_OBJECTS -t rh8
41+ invoke yakerize -m $Env: YAK_TEMPLATE\manifest.yml -l $Env: YAK_TEMPLATE\icon.png -g $Env: USER_OBJECTS -t rh8
4242 env :
4343 USER_OBJECTS : src\compas_ghpython\components_cpython\ghuser
4444 YAK_TEMPLATE : src\compas_ghpython\yak_template
You can’t perform that action at this time.
0 commit comments