From 9f70a985c8d7fc2ea511feed1952e11e26eefd4d Mon Sep 17 00:00:00 2001 From: DenisD3D <35769613+DenisD3D@users.noreply.github.com> Date: Wed, 13 Mar 2024 22:26:51 +0100 Subject: [PATCH] :( --- .github/workflows/cmake-multi-platform.yml | 14 -------------- 1 file changed, 14 deletions(-) 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/*