Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: 宁静致远 <[email protected]>
  • Loading branch information
DuckDuckStudio and fjwxzde committed Jan 19, 2025
1 parent b4cea17 commit 7395114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
- name: 创建发行文件 - Linux
if: runner.os == 'Linux'
env:
MAINTAINER_EMAIL: ${{ secrets.Maintainer_Email }}
run: |
# 创建Release目录
mkdir -p Release
Expand All @@ -77,7 +75,7 @@ jobs:
echo 'Section: base' >> output/DEBIAN/control
echo 'Priority: optional' >> output/DEBIAN/control
echo 'Architecture: all' >> output/DEBIAN/control
echo "Maintainer: 鸭鸭「カモ」 <${MAINTAINER_EMAIL}>" >> output/DEBIAN/control
echo "Maintainer: 鸭鸭「カモ」 <[email protected]>" >> output/DEBIAN/control
echo 'Description: GHV Application' >> output/DEBIAN/control
# 创建安装目录结构
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
- name: 创建发行文件 - Linux
if: runner.os == 'Linux'
env:
MAINTAINER_EMAIL: ${{ secrets.Maintainer_Email }}
run: |
# 创建Release目录
mkdir -p Release
Expand All @@ -92,7 +90,7 @@ jobs:
echo 'Section: base' >> output/DEBIAN/control
echo 'Priority: optional' >> output/DEBIAN/control
echo 'Architecture: all' >> output/DEBIAN/control
echo "Maintainer: 鸭鸭「カモ」 <${MAINTAINER_EMAIL}>" >> output/DEBIAN/control
echo "Maintainer: 鸭鸭「カモ」 <[email protected]>" >> output/DEBIAN/control
echo 'Description: GHV Application' >> output/DEBIAN/control
# 创建安装目录结构
Expand Down

0 comments on commit 7395114

Please sign in to comment.