Skip to content

Commit

Permalink
Last try
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D authored Mar 13, 2024
1 parent d693c05 commit 807ab5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: '5.15.2'
tools: 'tools_ifw'

- name: Create Build Directory
run: mkdir build
Expand Down Expand Up @@ -91,7 +90,8 @@ jobs:
run: |
Get-ChildItem -Path . -Recurse
echo "%GITHUB_WORKSPACE%/Qt/Tools/QtInstallerFramework/4.7/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
.\cqtdeployer\cqtdeployer -bin ${{ github.workspace }}/build/Release/SnakeQT.exe qif -targetDir InstallerDistributionKit -verbose 3
Set-Location -Path cqtdeployer
.\cqtdeployer -bin ${{ github.workspace }}/build/Release/SnakeQT.exe qif -targetDir InstallerDistributionKit -verbose 3
shell: pwsh

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 807ab5a

Please sign in to comment.