We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1baaba8 commit 7ac211bCopy full SHA for 7ac211b
.github/workflows/publish_yak.yml
@@ -39,7 +39,7 @@ jobs:
39
shell: pwsh
40
run: |
41
$file = Get-ChildItem -Path dist\yak_package\*rh7*.yak -File | Select-Object -ExpandProperty Name
42
- invoke publish-yak --test-server -y $file
+ invoke publish-yak --test-server -y dist\yak_package\$file
43
env:
44
YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}
45
@@ -55,6 +55,6 @@ jobs:
55
56
57
$file = Get-ChildItem -Path dist\yak_package\*rh8*.yak -File | Select-Object -ExpandProperty Name
58
59
60
0 commit comments