Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 952d29b

Browse files
authored
Update and rename build kernel rk3399.yml to build kernel rockchip.yml
1 parent 38cc76c commit 952d29b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build kernel rk3399.yml renamed to .github/workflows/build kernel rockchip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Kernel Rk3399
1+
name: Build Kernel Rockchip
22

33
on:
44
workflow_dispatch:
@@ -109,7 +109,7 @@ jobs:
109109
echo "Found file: $file"
110110
# 重命名文件
111111
mv "$file" "kernel_${{ env.KERNEL_VERSION }}_rockchip.tar"
112-
echo "Renamed file to: kernel_${{ env.KERNEL_VERSION }}_rk3399.tar"
112+
echo "Renamed file to: kernel_${{ env.KERNEL_VERSION }}_rockchip.tar"
113113
# 列出目录中的文件以验证重命名
114114
ls -l
115115
echo "Directory listing after renaming:"
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
tag: "Armbian_Kernel"
126126
name: "Armbian_Kernel"
127-
artifacts: "${{ github.workspace }}/build/output/packages-hashed/kernel_${{ env.KERNEL_VERSION }}_rk3399.tar"
127+
artifacts: "${{ github.workspace }}/build/output/packages-hashed/kernel_${{ env.KERNEL_VERSION }}_rockchip.tar"
128128
allowUpdates: true
129129
removeArtifacts: false
130130
replacesArtifacts: true

0 commit comments

Comments
 (0)