Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D authored Mar 13, 2024
1 parent 1d63505 commit 843e1b0
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 @@ -76,7 +76,7 @@ jobs:
$output = "cqtdeployer.zip"
Invoke-WebRequest -Uri $url -OutFile $output
Expand-Archive -Path $output -DestinationPath .\cqtdeployer
.\cqtdeployer\cqtdeployer -bin ${{ github.workspace }}/build/SnakeQT.exe -targetDir FileDistributionKit
.\cqtdeployer\cqtdeployer -bin ${{ github.workspace }}/build/Release/SnakeQT.exe -targetDir FileDistributionKit
shell: pwsh

- uses: actions/upload-artifact@v3
Expand All @@ -92,7 +92,7 @@ jobs:
$output = "cqtdeployer.zip"
Invoke-WebRequest -Uri $url -OutFile $output
Expand-Archive -Path $output -DestinationPath .\cqtdeployer
.\cqtdeployer\cqtdeployer -bin ${{ github.workspace }}/build/SnakeQT.exe qif -targetDir InstallerDistributionKit
.\cqtdeployer\cqtdeployer -bin ${{ github.workspace }}/build/Release/SnakeQT.exe qif -targetDir InstallerDistributionKit
shell: pwsh

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

0 comments on commit 843e1b0

Please sign in to comment.