diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 02be604..e64bf37 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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/*