Skip to content

Commit f14c935

Browse files
committed
really powershell
1 parent b4e580c commit f14c935

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
@@ -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

0 commit comments

Comments
 (0)