Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaHuann committed Dec 26, 2024
1 parent 5d6ec3a commit 35f7ff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build-debs:
runs-on: ubuntu-latest
permissions:
contents: write # 允许创建 Release 和上传 Asset
steps:
# 检出代码
- uses: actions/checkout@v4
Expand Down

0 comments on commit 35f7ff4

Please sign in to comment.