Skip to content

Commit 7ac211b

Browse files
committed
add path to package
1 parent 1baaba8 commit 7ac211b

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
@@ -39,7 +39,7 @@ jobs:
3939
shell: pwsh
4040
run: |
4141
$file = Get-ChildItem -Path dist\yak_package\*rh7*.yak -File | Select-Object -ExpandProperty Name
42-
invoke publish-yak --test-server -y $file
42+
invoke publish-yak --test-server -y dist\yak_package\$file
4343
env:
4444
YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}
4545

@@ -55,6 +55,6 @@ jobs:
5555
shell: pwsh
5656
run: |
5757
$file = Get-ChildItem -Path dist\yak_package\*rh8*.yak -File | Select-Object -ExpandProperty Name
58-
invoke publish-yak --test-server -y $file
58+
invoke publish-yak --test-server -y dist\yak_package\$file
5959
env:
6060
YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}

0 commit comments

Comments
 (0)