From 5581748d99b9afd03453d7b11f4ad83d1449e104 Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:40:38 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8Dr?= =?UTF-8?q?elease=20info=202=E3=80=81=E6=9B=B4=E6=96=B0=20softprops/action?= =?UTF-8?q?-gh-release=E6=8F=92=E4=BB=B6=E7=89=88=E6=9C=AC2.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-RaspBerryPi-23.05.4.yml | 2 +- .github/workflows/build-RaspBerryPi-24.10.yml | 2 +- .github/workflows/build-glinet-23.05.4.yml | 13 ++----------- .../build-rockchip-immortalWrt-23.05.4.yml | 15 +++------------ .../build-rockchip-immortalWrt-24.10.yml | 13 ++----------- .../workflows/build-sunxi-cortexa53-23.05.4.yml | 13 ++----------- .github/workflows/build-sunxi-cortexa53-24.10.yml | 15 +++------------ .github/workflows/build-x86-64-23.05.4.yml | 14 ++------------ .github/workflows/build-x86-64-24.10.yml | 14 ++------------ 9 files changed, 18 insertions(+), 83 deletions(-) diff --git a/.github/workflows/build-RaspBerryPi-23.05.4.yml b/.github/workflows/build-RaspBerryPi-23.05.4.yml index fc0f6785..ff1735a1 100644 --- a/.github/workflows/build-RaspBerryPi-23.05.4.yml +++ b/.github/workflows/build-RaspBerryPi-23.05.4.yml @@ -96,7 +96,7 @@ jobs: fi - name: Upload ImmortalWrt as release assets - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: tag_name: Autobuild-raspberrypi body_path: ${{ github.workspace }}/info.md diff --git a/.github/workflows/build-RaspBerryPi-24.10.yml b/.github/workflows/build-RaspBerryPi-24.10.yml index 4c18b49e..6fa5eb2e 100644 --- a/.github/workflows/build-RaspBerryPi-24.10.yml +++ b/.github/workflows/build-RaspBerryPi-24.10.yml @@ -96,7 +96,7 @@ jobs: fi - name: Upload ImmortalWrt as release assets - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: tag_name: Autobuild-raspberrypi body_path: ${{ github.workspace }}/info.md diff --git a/.github/workflows/build-glinet-23.05.4.yml b/.github/workflows/build-glinet-23.05.4.yml index cfa994f7..27c62690 100644 --- a/.github/workflows/build-glinet-23.05.4.yml +++ b/.github/workflows/build-glinet-23.05.4.yml @@ -108,21 +108,12 @@ jobs: echo -e "NO docker" fi - - name: Create GitHub Release Info - uses: softprops/action-gh-release@v2.1.0 + - name: Upload ImmortalWrt as release assets + uses: softprops/action-gh-release@v2.2.1 with: tag_name: Autobuild-GL-iNet name: ImmortalWrt-GL-iNet body_path: ${{ github.workspace }}/mediatek-filogic/info.md - draft: false - prerelease: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Upload ImmortalWrt as release assets - uses: softprops/action-gh-release@v2.1.0 - with: - tag_name: Autobuild-GL-iNet files: | ${{ github.workspace }}/*.bin ${{ github.workspace }}/*.sha256 diff --git a/.github/workflows/build-rockchip-immortalWrt-23.05.4.yml b/.github/workflows/build-rockchip-immortalWrt-23.05.4.yml index 50138b1e..3893f1fd 100644 --- a/.github/workflows/build-rockchip-immortalWrt-23.05.4.yml +++ b/.github/workflows/build-rockchip-immortalWrt-23.05.4.yml @@ -103,22 +103,13 @@ jobs: sha256sum "$file" > "$file.sha256" sha256sum -c "$file.sha256" done - - - name: Create GitHub Release Info - uses: softprops/action-gh-release@v2.1.0 - with: - tag_name: Autobuild-23.05.4 - name: ImmortWrt-Rockchip - body_path: ${{ github.workspace }}/info.md - draft: false - prerelease: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload ImmortWrt as release assets - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: tag_name: Autobuild-23.05.4 + name: ImmortWrt-Rockchip + body_path: ${{ github.workspace }}/info.md files: | ${{ github.workspace }}/*.img.gz ${{ github.workspace }}/*.sha256 diff --git a/.github/workflows/build-rockchip-immortalWrt-24.10.yml b/.github/workflows/build-rockchip-immortalWrt-24.10.yml index fe587d6a..4685b3ea 100644 --- a/.github/workflows/build-rockchip-immortalWrt-24.10.yml +++ b/.github/workflows/build-rockchip-immortalWrt-24.10.yml @@ -123,21 +123,12 @@ jobs: sha256sum -c "$file.sha256" done - - name: Create GitHub Release Info - uses: softprops/action-gh-release@v2.1.0 + - name: Upload ImmortWrt as release assets + uses: softprops/action-gh-release@v2.2.1 with: tag_name: Autobuild name: ImmortWrt-Rockchip body_path: ${{ github.workspace }}/info.md - draft: false - prerelease: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Upload ImmortWrt as release assets - uses: softprops/action-gh-release@v2.1.0 - with: - tag_name: Autobuild files: | ${{ github.workspace }}/*.img.gz ${{ github.workspace }}/*.sha256 diff --git a/.github/workflows/build-sunxi-cortexa53-23.05.4.yml b/.github/workflows/build-sunxi-cortexa53-23.05.4.yml index 410109f3..a51b5ef5 100644 --- a/.github/workflows/build-sunxi-cortexa53-23.05.4.yml +++ b/.github/workflows/build-sunxi-cortexa53-23.05.4.yml @@ -83,21 +83,12 @@ jobs: echo -e "NO docker" fi - - name: Create GitHub Release Info - uses: softprops/action-gh-release@v2.1.0 + - name: Upload ImmortWrt as release assets + uses: softprops/action-gh-release@v2.2.1 with: tag_name: Autobuild-sunxi-cortexa53 name: ImmortalWrt-sunxi-cortexa53 body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md - draft: false - prerelease: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Upload ImmortWrt as release assets - uses: softprops/action-gh-release@v2.1.0 - with: - tag_name: Autobuild-sunxi-cortexa53 files: | ${{ github.workspace }}/*.img.gz ${{ github.workspace }}/*.sha256 diff --git a/.github/workflows/build-sunxi-cortexa53-24.10.yml b/.github/workflows/build-sunxi-cortexa53-24.10.yml index 4f3b65ab..0ed23a1d 100644 --- a/.github/workflows/build-sunxi-cortexa53-24.10.yml +++ b/.github/workflows/build-sunxi-cortexa53-24.10.yml @@ -84,22 +84,13 @@ jobs: else echo -e "NO docker" fi - - - name: Create GitHub Release Info - uses: softprops/action-gh-release@v2.1.0 - with: - tag_name: Autobuild-sunxi-cortexa53 - name: ImmortalWrt-sunxi-cortexa53 - body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md - draft: false - prerelease: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload ImmortWrt as release assets - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: tag_name: Autobuild-sunxi-cortexa53 + name: ImmortalWrt-sunxi-cortexa53 + body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md files: | ${{ github.workspace }}/*.img.gz ${{ github.workspace }}/*.sha256 diff --git a/.github/workflows/build-x86-64-23.05.4.yml b/.github/workflows/build-x86-64-23.05.4.yml index c6c009a3..6e692630 100644 --- a/.github/workflows/build-x86-64-23.05.4.yml +++ b/.github/workflows/build-x86-64-23.05.4.yml @@ -90,21 +90,11 @@ jobs: echo -e "NO docker" fi - - name: Create GitHub Release Info - uses: softprops/action-gh-release@v2.1.0 - with: - tag_name: Autobuild-x86-64 - name: ImmortWrt-x86-64-efi - body_path: ${{ github.workspace }}/info.md - draft: false - prerelease: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload ImmortWrt as release assets - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: tag_name: Autobuild-x86-64 + body_path: ${{ github.workspace }}/info.md files: | ${{ github.workspace }}/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz ${{ github.workspace }}/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz.sha256 diff --git a/.github/workflows/build-x86-64-24.10.yml b/.github/workflows/build-x86-64-24.10.yml index 99ff6b6e..6e0ad8c9 100644 --- a/.github/workflows/build-x86-64-24.10.yml +++ b/.github/workflows/build-x86-64-24.10.yml @@ -92,21 +92,11 @@ jobs: echo -e "NO docker" fi - - name: Create GitHub Release Info - uses: softprops/action-gh-release@v2.1.0 - with: - tag_name: Autobuild-x86-64 - name: ImmortWrt-x86-64-efi - body_path: ${{ github.workspace }}/info.md - draft: false - prerelease: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload ImmortWrt as release assets - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: tag_name: Autobuild-x86-64 + body_path: ${{ github.workspace }}/info.md files: | ${{ github.workspace }}/*squashfs-combined-efi.img.gz ${{ github.workspace }}/*.sha256