diff --git a/.github/workflows/BuildSamplesWindows.yml b/.github/workflows/BuildSamplesWindows.yml index ef74176e..fe07665d 100644 --- a/.github/workflows/BuildSamplesWindows.yml +++ b/.github/workflows/BuildSamplesWindows.yml @@ -14,7 +14,7 @@ jobs: Invoke-WebRequest -Uri "http://download.qt.io/official_releases/jom/jom_1_1_3.zip" -OutFile "jom_1_1_3.zip" New-Item -Name "jom" -ItemType "directory" Expand-Archive -Path jom_1_1_3.zip -DestinationPath .\jom - echo "$(Get-Location)\jom" >> GITHUB_PATH + echo "$(Get-Location)\jom" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Setup env variables id: envs run: |