Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mgqnfoqv7k2w
AutoBuildImmortalWrt
Commits
5581748d
Unverified
Commit
5581748d
authored
Jan 12, 2025
by
wukongdaily
Committed by
GitHub
Jan 12, 2025
Browse files
1、删除重复release info
2、更新 softprops/action-gh-release插件版本2.2.1
parent
016d1a29
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
83 deletions
+18
-83
.github/workflows/build-RaspBerryPi-23.05.4.yml
.github/workflows/build-RaspBerryPi-23.05.4.yml
+1
-1
.github/workflows/build-RaspBerryPi-24.10.yml
.github/workflows/build-RaspBerryPi-24.10.yml
+1
-1
.github/workflows/build-glinet-23.05.4.yml
.github/workflows/build-glinet-23.05.4.yml
+2
-11
.github/workflows/build-rockchip-immortalWrt-23.05.4.yml
.github/workflows/build-rockchip-immortalWrt-23.05.4.yml
+3
-12
.github/workflows/build-rockchip-immortalWrt-24.10.yml
.github/workflows/build-rockchip-immortalWrt-24.10.yml
+2
-11
.github/workflows/build-sunxi-cortexa53-23.05.4.yml
.github/workflows/build-sunxi-cortexa53-23.05.4.yml
+2
-11
.github/workflows/build-sunxi-cortexa53-24.10.yml
.github/workflows/build-sunxi-cortexa53-24.10.yml
+3
-12
.github/workflows/build-x86-64-23.05.4.yml
.github/workflows/build-x86-64-23.05.4.yml
+2
-12
.github/workflows/build-x86-64-24.10.yml
.github/workflows/build-x86-64-24.10.yml
+2
-12
No files found.
.github/workflows/build-RaspBerryPi-23.05.4.yml
View file @
5581748d
...
@@ -96,7 +96,7 @@ jobs:
...
@@ -96,7 +96,7 @@ jobs:
fi
fi
-
name
:
Upload ImmortalWrt as release assets
-
name
:
Upload ImmortalWrt as release assets
uses
:
softprops/action-gh-release@v2.
1.0
uses
:
softprops/action-gh-release@v2.
2.1
with
:
with
:
tag_name
:
Autobuild-raspberrypi
tag_name
:
Autobuild-raspberrypi
body_path
:
${{ github.workspace }}/info.md
body_path
:
${{ github.workspace }}/info.md
...
...
.github/workflows/build-RaspBerryPi-24.10.yml
View file @
5581748d
...
@@ -96,7 +96,7 @@ jobs:
...
@@ -96,7 +96,7 @@ jobs:
fi
fi
-
name
:
Upload ImmortalWrt as release assets
-
name
:
Upload ImmortalWrt as release assets
uses
:
softprops/action-gh-release@v2.
1.0
uses
:
softprops/action-gh-release@v2.
2.1
with
:
with
:
tag_name
:
Autobuild-raspberrypi
tag_name
:
Autobuild-raspberrypi
body_path
:
${{ github.workspace }}/info.md
body_path
:
${{ github.workspace }}/info.md
...
...
.github/workflows/build-glinet-23.05.4.yml
View file @
5581748d
...
@@ -108,21 +108,12 @@ jobs:
...
@@ -108,21 +108,12 @@ jobs:
echo -e "NO docker"
echo -e "NO docker"
fi
fi
-
name
:
Create GitHub R
elease
Info
-
name
:
Upload ImmortalWrt as r
elease
assets
uses
:
softprops/action-gh-release@v2.
1.0
uses
:
softprops/action-gh-release@v2.
2.1
with
:
with
:
tag_name
:
Autobuild-GL-iNet
tag_name
:
Autobuild-GL-iNet
name
:
ImmortalWrt-GL-iNet
name
:
ImmortalWrt-GL-iNet
body_path
:
${{ github.workspace }}/mediatek-filogic/info.md
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
:
|
files
:
|
${{ github.workspace }}/*.bin
${{ github.workspace }}/*.bin
${{ github.workspace }}/*.sha256
${{ github.workspace }}/*.sha256
...
...
.github/workflows/build-rockchip-immortalWrt-23.05.4.yml
View file @
5581748d
...
@@ -103,22 +103,13 @@ jobs:
...
@@ -103,22 +103,13 @@ jobs:
sha256sum "$file" > "$file.sha256"
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
sha256sum -c "$file.sha256"
done
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
-
name
:
Upload ImmortWrt as release assets
uses
:
softprops/action-gh-release@v2.
1.0
uses
:
softprops/action-gh-release@v2.
2.1
with
:
with
:
tag_name
:
Autobuild-23.05.4
tag_name
:
Autobuild-23.05.4
name
:
ImmortWrt-Rockchip
body_path
:
${{ github.workspace }}/info.md
files
:
|
files
:
|
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
${{ github.workspace }}/*.sha256
...
...
.github/workflows/build-rockchip-immortalWrt-24.10.yml
View file @
5581748d
...
@@ -123,21 +123,12 @@ jobs:
...
@@ -123,21 +123,12 @@ jobs:
sha256sum -c "$file.sha256"
sha256sum -c "$file.sha256"
done
done
-
name
:
Create GitHub R
elease
Info
-
name
:
Upload ImmortWrt as r
elease
assets
uses
:
softprops/action-gh-release@v2.
1.0
uses
:
softprops/action-gh-release@v2.
2.1
with
:
with
:
tag_name
:
Autobuild
tag_name
:
Autobuild
name
:
ImmortWrt-Rockchip
name
:
ImmortWrt-Rockchip
body_path
:
${{ github.workspace }}/info.md
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
:
|
files
:
|
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
${{ github.workspace }}/*.sha256
...
...
.github/workflows/build-sunxi-cortexa53-23.05.4.yml
View file @
5581748d
...
@@ -83,21 +83,12 @@ jobs:
...
@@ -83,21 +83,12 @@ jobs:
echo -e "NO docker"
echo -e "NO docker"
fi
fi
-
name
:
Create GitHub R
elease
Info
-
name
:
Upload ImmortWrt as r
elease
assets
uses
:
softprops/action-gh-release@v2.
1.0
uses
:
softprops/action-gh-release@v2.
2.1
with
:
with
:
tag_name
:
Autobuild-sunxi-cortexa53
tag_name
:
Autobuild-sunxi-cortexa53
name
:
ImmortalWrt-sunxi-cortexa53
name
:
ImmortalWrt-sunxi-cortexa53
body_path
:
${{ github.workspace }}/sunxi-cortexa53/info.md
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
:
|
files
:
|
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
${{ github.workspace }}/*.sha256
...
...
.github/workflows/build-sunxi-cortexa53-24.10.yml
View file @
5581748d
...
@@ -84,22 +84,13 @@ jobs:
...
@@ -84,22 +84,13 @@ jobs:
else
else
echo -e "NO docker"
echo -e "NO docker"
fi
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
-
name
:
Upload ImmortWrt as release assets
uses
:
softprops/action-gh-release@v2.
1.0
uses
:
softprops/action-gh-release@v2.
2.1
with
:
with
:
tag_name
:
Autobuild-sunxi-cortexa53
tag_name
:
Autobuild-sunxi-cortexa53
name
:
ImmortalWrt-sunxi-cortexa53
body_path
:
${{ github.workspace }}/sunxi-cortexa53/info.md
files
:
|
files
:
|
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
${{ github.workspace }}/*.sha256
...
...
.github/workflows/build-x86-64-23.05.4.yml
View file @
5581748d
...
@@ -90,21 +90,11 @@ jobs:
...
@@ -90,21 +90,11 @@ jobs:
echo -e "NO docker"
echo -e "NO docker"
fi
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
-
name
:
Upload ImmortWrt as release assets
uses
:
softprops/action-gh-release@v2.
1.0
uses
:
softprops/action-gh-release@v2.
2.1
with
:
with
:
tag_name
:
Autobuild-x86-64
tag_name
:
Autobuild-x86-64
body_path
:
${{ github.workspace }}/info.md
files
:
|
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
${{ github.workspace }}/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz.sha256
${{ github.workspace }}/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz.sha256
...
...
.github/workflows/build-x86-64-24.10.yml
View file @
5581748d
...
@@ -92,21 +92,11 @@ jobs:
...
@@ -92,21 +92,11 @@ jobs:
echo -e "NO docker"
echo -e "NO docker"
fi
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
-
name
:
Upload ImmortWrt as release assets
uses
:
softprops/action-gh-release@v2.
1.0
uses
:
softprops/action-gh-release@v2.
2.1
with
:
with
:
tag_name
:
Autobuild-x86-64
tag_name
:
Autobuild-x86-64
body_path
:
${{ github.workspace }}/info.md
files
:
|
files
:
|
${{ github.workspace }}/*squashfs-combined-efi.img.gz
${{ github.workspace }}/*squashfs-combined-efi.img.gz
${{ github.workspace }}/*.sha256
${{ github.workspace }}/*.sha256
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment