Skip to content

Commit 913b631

Browse files
authored
Update build.yml
1 parent 652e2e9 commit 913b631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 删除旧的工作流运行记录
1414
uses: Mattraks/delete-workflow-runs@main
1515
with:
16-
retain_days: 0 # 保留 0 天的记录
16+
retain_days: 0 # 保留 0 天的记录
1717
keep_minimum_runs: 0 # 至少保留 0 次记录
1818

1919
build:
@@ -111,7 +111,7 @@ jobs:
111111
path: ./kernel/linux-*.deb
112112

113113
- name: 发布到 GitHub Release
114-
uses: softprops/action-gh-release@v2
114+
uses: softprops/action-gh-release@v1
115115
with:
116116
tag_name: ${{ matrix.arch }}-${{ env.KERNEL_VERSION }}
117117
files: ./kernel/linux-*.deb

0 commit comments

Comments
 (0)