From 0fc5d208bb74af2080765047972df645c37f4f3f Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 7 Feb 2025 13:00:29 +0400 Subject: [PATCH] Support Ubuntu 22.04 in CI. --- .github/workflows/cmake-tier1.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-tier1.yml b/.github/workflows/cmake-tier1.yml index fc0bf24..9d3e6f6 100644 --- a/.github/workflows/cmake-tier1.yml +++ b/.github/workflows/cmake-tier1.yml @@ -110,11 +110,11 @@ jobs: working-directory: ${{github.workspace}}/build run: cpack -G TBZ2 - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: Linux Packages - path: ${{github.workspace}}/build/gsmartcontrol-*-Linux*.* +# - name: Upload artifacts +# uses: actions/upload-artifact@v4 +# with: +# name: Linux Packages +# path: ${{github.workspace}}/build/gsmartcontrol-*-Linux*.* windows-msys2: