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 b246dc6 commit bb1a047
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
build_type: Release

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '5.15.2'
tools: 'tools_ifw'
Expand All @@ -50,7 +50,7 @@ jobs:
cqtdeployer -bin ${{ github.workspace }}/build/SnakeQT -targetDir FileDistributionKit
shell: bash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: runner.os == 'Linux'
with:
name: Linux_Files
Expand All @@ -64,7 +64,7 @@ jobs:
cqtdeployer -bin ${{ github.workspace }}/build/SnakeQT qif -targetDir InstallerDistributionKit
shell: bash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: runner.os == 'Linux'
with:
name: Linux_Installer
Expand All @@ -80,7 +80,7 @@ jobs:
.\cqtdeployer\cqtdeployer -bin ${{ github.workspace }}/build/Release/SnakeQT.exe -targetDir FileDistributionKit
shell: pwsh

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
with:
name: Windows_Files
Expand All @@ -92,7 +92,7 @@ jobs:
.\cqtdeployer\cqtdeployer -bin ${{ github.workspace }}/build/Release/SnakeQT.exe qif -targetDir InstallerDistributionKit -verbose 3
shell: pwsh

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
with:
name: Windows_Files
Expand Down

0 comments on commit bb1a047

Please sign in to comment.