Skip to content

Commit

Permalink
Support Ubuntu 22.04 in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed Feb 7, 2025
1 parent 8b3b500 commit 0fc5d20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fc5d20

Please sign in to comment.