Skip to content

Commit

Permalink
1、删除重复release info
Browse files Browse the repository at this point in the history
2、更新 softprops/action-gh-release插件版本2.2.1
  • Loading branch information
wukongdaily authored Jan 12, 2025
1 parent 016d1a2 commit 5581748
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-RaspBerryPi-23.05.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-RaspBerryPi-24.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/build-glinet-23.05.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
tag_name: Autobuild-GL-iNet
files: |
${{ github.workspace }}/*.bin
${{ github.workspace }}/*.sha256
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/build-rockchip-immortalWrt-23.05.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,22 +103,13 @@ jobs:
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Create GitHub Release Info
uses: softprops/[email protected]
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
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/build-rockchip-immortalWrt-24.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
tag_name: Autobuild
files: |
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/build-sunxi-cortexa53-23.05.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
tag_name: Autobuild-sunxi-cortexa53
files: |
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/build-sunxi-cortexa53-24.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,13 @@ jobs:
else
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/[email protected]
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
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/build-x86-64-23.05.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,11 @@ jobs:
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/[email protected]
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
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/build-x86-64-24.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,11 @@ jobs:
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/[email protected]
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
Expand Down

0 comments on commit 5581748

Please sign in to comment.