Skip to content

Commit

Permalink
:(
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D authored Mar 13, 2024
1 parent 3d92815 commit 9f70a98
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,3 @@ jobs:
with:
name: Windows_Files
path: FileDistributionKit/*

- name: Deploy (Windows)
if: runner.os == 'Windows'
run: |
echo "%GITHUB_WORKSPACE%/cqtdeployer/QIF" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Set-Location -Path cqtdeployer
.\cqtdeployer -bin ${{ github.workspace }}/build/Release/SnakeQT.exe qif -targetDir InstallerDistributionKit -verbose 3
shell: pwsh

- uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
with:
name: Windows_Files
path: InstallerDistributionKit/*

0 comments on commit 9f70a98

Please sign in to comment.