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 2eb7a4d commit 28c5b2cCopy full SHA for 28c5b2c
.github/workflows/auto-update-Dockerfiles.yml
@@ -31,7 +31,7 @@ jobs:
31
id: get-versions
32
shell: pwsh
33
run: |
34
- $versions = ./LambdaRuntimeDockerfiles/get-latest-aspnet-versions.ps1
+ $versions = .\LambdaRuntimeDockerfiles\get-latest-aspnet-versions.ps1
35
foreach ($line in $versions) {
36
if ($line -match '(.+)=(.+)') {
37
echo "$($matches[1])=$($matches[2])" >> $env:GITHUB_OUTPUT
0 commit comments