Skip to content

Commit 28c5b2c

Browse files
committed
fix pathing
1 parent 2eb7a4d commit 28c5b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update-Dockerfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: get-versions
3232
shell: pwsh
3333
run: |
34-
$versions = ./LambdaRuntimeDockerfiles/get-latest-aspnet-versions.ps1
34+
$versions = .\LambdaRuntimeDockerfiles\get-latest-aspnet-versions.ps1
3535
foreach ($line in $versions) {
3636
if ($line -match '(.+)=(.+)') {
3737
echo "$($matches[1])=$($matches[2])" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)