Unverified Commit 3a84e657 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

N1 增加内核版本

parent 557a104b
......@@ -70,6 +70,22 @@ on:
- 6.6.95
- 6.6.97
- 6.6.99
- 6.6.100
- 6.6.101
- 6.6.102
- 6.6.103
- 6.6.104
- 6.6.105
- 6.6.107
- 6.6.108
- 6.6.109
- 6.6.110
- 6.6.111
- 6.6.112
- 6.6.113
- 6.6.114
- 6.6.115
- 6.6.116
- 6.12.16
- 6.12.17
- 6.12.18
......@@ -91,6 +107,23 @@ on:
- 6.12.35
- 6.12.37
- 6.12.39
- 6.12.40
- 6.12.41
- 6.12.42
- 6.12.43
- 6.12.44
- 6.12.45
- 6.12.46
- 6.12.48
- 6.12.49
- 6.12.50
- 6.12.51
- 6.12.52
- 6.12.53
- 6.12.54
- 6.12.55
- 6.12.56
- 6.12.57
include_docker:
description: |
......@@ -197,7 +230,7 @@ jobs:
- name: 查找rootfs.tar.gz所在路径
id: find_rootfs
run: |
ROOTFS_FILE=$(find bin/targets/armsr/armv8/ -type f -name "*rootfs.tar.gz" | head -n1)
ROOTFS_FILE=$(find bin/targets/armsr/armv8/ -type f -name "-rootfs.tar.gz" | head -n1)
echo "✅ Found: $ROOTFS_FILE"
if [ ! -f "$ROOTFS_FILE" ]; then
echo "❌ 找不到 rootfs.tar.gz 文件"
......@@ -218,7 +251,7 @@ jobs:
- name: Rename .img.gz file
id: rename
run: |
FILE=$(ls ${{ env.PACKAGED_OUTPUTPATH }}/*.img.gz | head -n1)
FILE=$(ls ${{ env.PACKAGED_OUTPUTPATH }}/-.img.gz | head -n1)
echo "Image file is: $FILE"
FILENAME=$(basename "$FILE")
echo "FILENAME=$FILENAME" >> $GITHUB_ENV
......@@ -240,6 +273,6 @@ jobs:
name: ImmortalWrt for Phicomm N1
body_path: ${{ github.workspace }}/n1/info.md
files: |
${{ env.PACKAGED_OUTPUTPATH }}/*.img.gz
${{ env.PACKAGED_OUTPUTPATH }}/-.img.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment