Add back x86 models

This commit is contained in:
桐话
2024-06-20 18:52:33 +08:00
committed by GitHub
parent d6467419bb
commit d58c8fa17c
+8
View File
@@ -42,6 +42,14 @@ jobs:
echo "不处理数据。"
fi
mkdir -p ./x86
wget -O ./x86/feeds.conf https://fw0.koolcenter.com/iStoreOS/x86_64_efi/feeds.conf --no-check-certificate
wget -O ./x86/.config https://fw0.koolcenter.com/iStoreOS/x86_64_efi/config.buildinfo --no-check-certificate
mkdir -p ./x86-alpha
wget -O ./x86-alpha/feeds.conf https://fw0.koolcenter.com/iStoreOS/alpha/x86_64_efi/feeds.conf --no-check-certificate
wget -O ./x86-alpha/.config https://fw0.koolcenter.com/iStoreOS/alpha/x86_64_efi/config.buildinfo --no-check-certificate
- name: 同步配置
uses: peaceiris/actions-gh-pages@v3
with: