Fix f6530f3c2: [Actions] set-output was not correctly converted

This commit is contained in:
glx22
2022-10-19 22:57:35 +02:00
committed by Loïc Guilloux
parent 8ffe59373f
commit 87d1bd895a
2 changed files with 8 additions and 8 deletions

View File

@@ -171,7 +171,7 @@ jobs:
- name: Prepare cache key
id: key
run: |
echo "name=image::$ImageOS-$ImageVersion" >> $GITHUB_OUTPUT
echo "image=$ImageOS-$ImageVersion" >> $GITHUB_OUTPUT
- name: Enable vcpkg cache
uses: actions/cache@v3
@@ -253,7 +253,7 @@ jobs:
# Work around caching failure with GNU tar
New-Item -Type Junction -Path vcpkg -Target c:\vcpkg
Write-Output "name=image::$env:ImageOS-$env:ImageVersion" >> $GITHUB_OUTPUT
Write-Output "image=$env:ImageOS-$env:ImageVersion" >> $env:GITHUB_OUTPUT
- name: Enable vcpkg cache
uses: actions/cache@v3