From c21c7b2654830a6ae6318f6b469786a76c3f3cbf Mon Sep 17 00:00:00 2001 From: Anya Lin Date: Wed, 20 Nov 2024 22:41:08 +0800 Subject: [PATCH] push version --- .github/workflows/AutoBuild.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/AutoBuild.yml b/.github/workflows/AutoBuild.yml index 0bef3daf0..6773bbad8 100644 --- a/.github/workflows/AutoBuild.yml +++ b/.github/workflows/AutoBuild.yml @@ -59,7 +59,7 @@ jobs: contents: write # To push a branch strategy: matrix: - version: [23.05.5] + version: [23.05.5, 24.10.0-rc1] arch_packages: [ x86_64, aarch64_cortex-a53, @@ -124,7 +124,7 @@ jobs: - name: Move artifact shell: bash env: - keepdir: '21.02|22.03' + keepdir: '22.03|23.05' run: | if [ "$DELETE_OLD_PACKAGES" == "true" ]; then find $release_path/* -maxdepth 0 -type d 2>/dev/null | grep -Ev "\b($keepdir)$" | xargs -I{} rm -rf "{}" diff --git a/README.md b/README.md index 82e2d8bf1..ed1b63440 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Choose one of the following methods: umask 022 git clone --branch master --single-branch --no-tags --recurse-submodules https://github.com/fantastic-packages/packages.git fantastic_packages cd fantastic_packages -for v in master 21.02 22.03 23.05; do +for v in master 22.03 23.05 24.10; do git remote set-branches --add origin $v git fetch origin $v git branch --track $v origin/$v