From 10cb7221b3992beac58d3588d3e1a1e15df160d0 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:04:35 +0530 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 87028db..bbf8ba0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,7 +8,7 @@ jobs: kubuntuMainline: runs-on: ubuntu-22.04 steps: - - name: 'Checkout kubuntuJammy Repo' + - name: 'Checkout kubuntuLTS Repo' uses: actions/checkout@v4 - name: Get version @@ -84,7 +84,7 @@ jobs: ls -l - name: Release - if: github.ref == 'refs/heads/kubuntuJammy' + if: github.ref == 'refs/heads/kubuntuLTS' uses: softprops/action-gh-release@v2 with: #files: ${{ github.workspace }}/ISO/*.tar.gz