diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 80a121ad5..7d3be3866 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -160,7 +160,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 "::add-path::$(Get-Location)\jom" + echo "$(Get-Location)\jom" >> GITHUB_PATH - name: Setup MSVC uses: ilammy/msvc-dev-cmd@v1 - name: Install Qt