Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
fix(package): 修复deb包依赖
Browse files Browse the repository at this point in the history
Author: ambition-echo
  • Loading branch information
ambition_echo committed Nov 22, 2022
1 parent c8771a0 commit aa3b7df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'LICENSE'

jobs:
#Linux编译
Package:
name: Package
runs-on: ubuntu-latest
Expand All @@ -34,7 +33,7 @@ jobs:
name: earth-wallpaper-amd64.deb
path: earth-wallpaper-amd64.deb
if-no-files-found: error
#6发布release

- name: Upload Release
if: startsWith(github.ref, 'refs/tags')
uses: svenstaro/upload-release-action@v2
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
- 'LICENSE'

jobs:
#Linux编译
Package:
name: Package
Publish:
name: Publish
if: startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
steps:
Expand All @@ -19,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.10'
- name: Install Python Models
run: |
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion deb/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Version: ---
Architecture: amd64
Maintainer: ambition-echo <ambition_echo@outlook.com>
Description: Simple and easy to use multifunctional wallpaper software 简单好用的多功能壁纸软件
Depends: python3-pip
Depends: python3-pip libdbus-glib-1-dev

0 comments on commit aa3b7df

Please sign in to comment.