From c62785211470cdf67e98788e4e6b8d07a76a5eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:31:03 -0600 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BF=9D=E7=95=9915=E6=9D=A1?= =?UTF-8?q?=E5=8F=91=E8=A1=8C=E7=89=88=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-istoreos-x86.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-istoreos-x86.yml b/.github/workflows/build-istoreos-x86.yml index 11f919b..8a5ed0d 100644 --- a/.github/workflows/build-istoreos-x86.yml +++ b/.github/workflows/build-istoreos-x86.yml @@ -38,7 +38,7 @@ jobs: os: - ubuntu-22.04 include: - - REPO_BRANCH: istoreos-23.05 + - REPO_BRANCH: istoreos-22.03 ARCHITECTURE: x86-alpha os: ubuntu-22.04 @@ -220,5 +220,5 @@ jobs: uses: dev-drprasad/delete-older-releases@v0.3.3 if: env.UPLOAD_RELEASE == 'true' && !cancelled() with: - keep_latest: 5 + keep_latest: 15 delete_tags: true