update create release workflow script

This commit is contained in:
alemuntoni 2020-11-11 14:03:46 +01:00
parent bf3799bf50
commit 712923ea8d

View File

@ -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