Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/batch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: 🧾 检出 batch_rom_list.json
uses: actions/checkout@v5.0.0
uses: actions/checkout@main
with:
sparse-checkout: |
batch_rom_list.json
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: 🧾 克隆仓库
uses: actions/checkout@v5.0.0
uses: actions/checkout@main

- name: 🛠 安装依赖
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
bash ./build.sh --rom "${{ matrix.rom }}" \
--url "$url"
- name: 📦 上传构建产物
uses: actions/upload-artifact@v5.0.0
uses: actions/upload-artifact@main
with:
name: "${{ matrix.device }}-${{ matrix.rom }}"
path: tmp/release/
Expand All @@ -66,7 +66,7 @@ jobs:
needs: build
steps:
- name: ⬇️ 下载所有构建产物
uses: actions/download-artifact@v6.0.0
uses: actions/download-artifact@main
with:
path: combined-artifacts

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
done

- name: 📦 上传总构建产物
uses: actions/upload-artifact@v5.0.0
uses: actions/upload-artifact@main
with:
name: batch-build-artifacts-${{ github.run_id }}-${{ steps.datetime.outputs.datetime }}
path: combined-artifacts/
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: 🧾 克隆仓库
uses: actions/checkout@v5.0.0
uses: actions/checkout@main

- name: 🛠 安装依赖
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
--url "${{ github.event.inputs.url }}"

- name: 📦 上传构建产物
uses: actions/upload-artifact@v5.0.0
uses: actions/upload-artifact@main
with:
name: "${{ github.event.inputs.rom }}"
path: tmp/release/