diff --git a/.github/workflows/sync-files.yml b/.github/workflows/sync-files.yml index 44f057d..a111f32 100644 --- a/.github/workflows/sync-files.yml +++ b/.github/workflows/sync-files.yml @@ -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: