diff --git a/.github/workflows/push_pr_release.yml b/.github/workflows/push_pr_release.yml index ed127a3..e8f9b28 100644 --- a/.github/workflows/push_pr_release.yml +++ b/.github/workflows/push_pr_release.yml @@ -45,7 +45,7 @@ jobs: - name: 🔧 Prepare run: | - sudo apt-get update && sudo apt-get install -y coreutils quilt parted qemu-utils qemu-user-static debootstrap zerofree zip dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc kmod kpartx + sudo apt-get update && sudo apt-get install -y coreutils quilt parted qemu-utils qemu-user-static debootstrap zerofree zip dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc kmod kpartx arch-test echo "HYPERBIAN=HyperBian-${{ env.PLATFORM }}-${{ matrix.pi-gen.architecture }}" >> $GITHUB_ENV - name: 👷 Build @@ -92,14 +92,14 @@ jobs: echo "RELEASE_BODY=$TEMPLATE" >> "$GITHUB_OUTPUT" - name: 💾 Artifact download - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.8 with: pattern: HyperBian-* path: all-artifacts merge-multiple: true - name: Delete previous HyperBian Release - uses: dev-drprasad/delete-older-releases@v0.3.2 + uses: dev-drprasad/delete-older-releases@v0.3.4 with: keep_latest: 0 delete_tags: true diff --git a/README.md b/README.md index 0b34de1..7e3c908 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Hyperbian](https://raw.githubusercontent.com/Hyperion-Project/HyperBian/master/hyperbian.gif) [![GitHub Actions](https://github.com/Hyperion-Project/HyperBian/workflows/HyperBian%20CI%20Build/badge.svg)](https://github.com/hyperion-project/HyperBian/actions) -[![Visit Documentation](https://img.shields.io/website?down_message=offline&label=Documentation%20%20&up_message=online&url=https%3A%2F%2Fdocs.hyperion-project.org)](https://docs.hyperion-project.org/en/user/HyperBian.html) +[![Visit Documentation](https://img.shields.io/website?down_message=offline&label=Documentation%20%20&up_message=online&url=https%3A%2F%2Fdocs.hyperion-project.org)](https://docs.hyperion-project.org/user/HyperBian.html) ## About HyperBian @@ -11,4 +11,4 @@ Is a ready to use image for your Raspberry Pi. Based on the original Raspberry P 3. Power on your Pi 4. Visit with your Browser `http://IpOfYourPi:8090` for configuration -More information in the [Hyperion Wiki](https://docs.hyperion-project.org/en/user/HyperBian.html)
+More information in the [Hyperion Wiki](https://docs.hyperion-project.org/user/HyperBian.html)