forked from wukongdaily/AutoBuildImmortalWrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2、更新 softprops/action-gh-release插件版本2.2.1
- Loading branch information
1 parent
016d1a2
commit 5581748
Showing
9 changed files
with
18 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|