diff --git a/.github/workflows/AutoBuild-asus_rt-acrh17.yml b/.github/workflows/AutoBuild-asus_rt-acrh17.yml index fcb5b3e..d9e535a 100644 --- a/.github/workflows/AutoBuild-asus_rt-acrh17.yml +++ b/.github/workflows/AutoBuild-asus_rt-acrh17.yml @@ -216,7 +216,7 @@ jobs: - name: Download Github API if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API - name: Upload Github API to Release if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() diff --git a/.github/workflows/AutoBuild-d-team_newifi-d2.yml b/.github/workflows/AutoBuild-d-team_newifi-d2.yml index e10e540..4ab2758 100644 --- a/.github/workflows/AutoBuild-d-team_newifi-d2.yml +++ b/.github/workflows/AutoBuild-d-team_newifi-d2.yml @@ -216,7 +216,7 @@ jobs: - name: Download Github API if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API - name: Upload Github API to Release if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() diff --git a/.github/workflows/AutoBuild-p2w_r619ac-128m.yml b/.github/workflows/AutoBuild-p2w_r619ac-128m.yml index a77d28b..66e3601 100644 --- a/.github/workflows/AutoBuild-p2w_r619ac-128m.yml +++ b/.github/workflows/AutoBuild-p2w_r619ac-128m.yml @@ -216,7 +216,7 @@ jobs: - name: Download Github API if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API - name: Upload Github API to Release if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() diff --git a/.github/workflows/AutoBuild-x86_64.yml b/.github/workflows/AutoBuild-x86_64.yml index fed549f..901f8c3 100644 --- a/.github/workflows/AutoBuild-x86_64.yml +++ b/.github/workflows/AutoBuild-x86_64.yml @@ -215,7 +215,7 @@ jobs: - name: Download Github API if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API - name: Upload Github API to Release if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() diff --git a/.github/workflows/AutoBuild-xiaomi_mi-router-4a-gigabit.yml b/.github/workflows/AutoBuild-xiaomi_mi-router-4a-gigabit.yml index 162142b..aa73084 100644 --- a/.github/workflows/AutoBuild-xiaomi_mi-router-4a-gigabit.yml +++ b/.github/workflows/AutoBuild-xiaomi_mi-router-4a-gigabit.yml @@ -216,7 +216,7 @@ jobs: - name: Download Github API if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API - name: Upload Github API to Release if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() diff --git a/.github/workflows/AutoBuild-xiaomi_redmi-router-ac2100.yml b/.github/workflows/AutoBuild-xiaomi_redmi-router-ac2100.yml index b2929a0..d78b77e 100644 --- a/.github/workflows/AutoBuild-xiaomi_redmi-router-ac2100.yml +++ b/.github/workflows/AutoBuild-xiaomi_redmi-router-ac2100.yml @@ -216,7 +216,7 @@ jobs: - name: Download Github API if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API - name: Upload Github API to Release if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() diff --git a/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s.yml b/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s.yml index 68fdb49..8788320 100644 --- a/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s.yml +++ b/.github/workflows/AutoBuild-xiaomi_redmi-router-ax6s.yml @@ -216,7 +216,7 @@ jobs: - name: Download Github API if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API - name: Upload Github API to Release if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() diff --git a/.github/workflows/AutoBuild-xiaoyu_xy-c5.yml b/.github/workflows/AutoBuild-xiaoyu_xy-c5.yml index 2728c81..5f1bb19 100644 --- a/.github/workflows/AutoBuild-xiaoyu_xy-c5.yml +++ b/.github/workflows/AutoBuild-xiaoyu_xy-c5.yml @@ -216,7 +216,7 @@ jobs: - name: Download Github API if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API - name: Upload Github API to Release if: env.UPLOAD_RELEASES == 'true' && env.Compile_Result == 'true' && !cancelled() diff --git a/.github/workflows/Module-Refresh_API.yml b/.github/workflows/Module-Refresh_API.yml index f36463a..554a9a2 100644 --- a/.github/workflows/Module-Refresh_API.yml +++ b/.github/workflows/Module-Refresh_API.yml @@ -30,7 +30,7 @@ jobs: - name: Download Github Release API run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API - name: Upload API to Github Release uses: svenstaro/upload-release-action@v2 diff --git a/.github/workflows/X-x86_64_Test.yml b/.github/workflows/X-x86_64_Test.yml index 34606c2..5375826 100644 --- a/.github/workflows/X-x86_64_Test.yml +++ b/.github/workflows/X-x86_64_Test.yml @@ -220,7 +220,7 @@ jobs: - name: Download Github Release API if: env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API SP_UEFI_IMG_GZ=openwrt/bin/Firmware/AutoBuild-*-UEFI-*.img.gz SP_UEFI_IMG_GZ=$(echo $SP_UEFI_IMG_GZ) SP_UEFI_IMG_GZ=${SP_UEFI_IMG_GZ##*/} diff --git a/.github/workflows/X-x86_64_X.yml b/.github/workflows/X-x86_64_X.yml index 50a22e3..548d757 100644 --- a/.github/workflows/X-x86_64_X.yml +++ b/.github/workflows/X-x86_64_X.yml @@ -281,7 +281,7 @@ jobs: - name: Download Github Release API if: env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API SP_UEFI_IMG_GZ=openwrt/bin/Firmware/AutoBuild-*-UEFI-*.img.gz SP_UEFI_IMG_GZ=$(echo $SP_UEFI_IMG_GZ) SP_UEFI_IMG_GZ=${SP_UEFI_IMG_GZ##*/} diff --git a/.github/workflows/X-x86_64_X_Mine.yml b/.github/workflows/X-x86_64_X_Mine.yml index 8b6a3dc..ebe7f0f 100644 --- a/.github/workflows/X-x86_64_X_Mine.yml +++ b/.github/workflows/X-x86_64_X_Mine.yml @@ -272,7 +272,7 @@ jobs: - name: Download Github Release API if: env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API SP_UEFI_IMG_GZ=openwrt/bin/Firmware/AutoBuild-*-UEFI-*.img.gz SP_UEFI_IMG_GZ=$(echo $SP_UEFI_IMG_GZ) SP_UEFI_IMG_GZ=${SP_UEFI_IMG_GZ##*/} diff --git a/.github/workflows/X-x86_64_Y.yml b/.github/workflows/X-x86_64_Y.yml index bb35e00..a1cbfb2 100644 --- a/.github/workflows/X-x86_64_Y.yml +++ b/.github/workflows/X-x86_64_Y.yml @@ -268,7 +268,7 @@ jobs: - name: Download Github Release API if: env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API SP_UEFI_IMG_GZ=openwrt/bin/Firmware/AutoBuild-*-UEFI-*.img.gz SP_UEFI_IMG_GZ=$(echo $SP_UEFI_IMG_GZ) SP_UEFI_IMG_GZ=${SP_UEFI_IMG_GZ##*/} diff --git a/.github/workflows/X-x86_64_Z.yml b/.github/workflows/X-x86_64_Z.yml index 82a3cd9..8ff7825 100644 --- a/.github/workflows/X-x86_64_Z.yml +++ b/.github/workflows/X-x86_64_Z.yml @@ -264,7 +264,7 @@ jobs: - name: Download Github Release API if: env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API SP_UEFI_IMG_GZ=openwrt/bin/Firmware/AutoBuild-*-UEFI-*.img.gz SP_UEFI_IMG_GZ=$(echo $SP_UEFI_IMG_GZ) SP_UEFI_IMG_GZ=${SP_UEFI_IMG_GZ##*/} diff --git a/.github/workflows/X-x86_64_Z_Mine.yml b/.github/workflows/X-x86_64_Z_Mine.yml index ee62c9f..db28453 100644 --- a/.github/workflows/X-x86_64_Z_Mine.yml +++ b/.github/workflows/X-x86_64_Z_Mine.yml @@ -256,7 +256,7 @@ jobs: - name: Download Github Release API if: env.UPLOAD_RELEASES == 'true' && env.Result == 'true' && !cancelled() run: | - wget https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API + wget --tries=5 --wait=5 https://api.github.com/repos/${{github.repository}}/releases/tags/AutoUpdate -O API SP_UEFI_IMG_GZ=openwrt/bin/Firmware/AutoBuild-*-UEFI-*.img.gz SP_UEFI_IMG_GZ=$(echo $SP_UEFI_IMG_GZ) SP_UEFI_IMG_GZ=${SP_UEFI_IMG_GZ##*/}