diff --git a/.github/workflows/auto-building.yml b/.github/workflows/auto-building.yml index e71938e..ce7ce10 100644 --- a/.github/workflows/auto-building.yml +++ b/.github/workflows/auto-building.yml @@ -18,8 +18,11 @@ jobs: sudo apt install git dpkg-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qt5-qmake -y git clone https://github.com/gfdgd-xi/deep-wine-runner cd deep-wine-runner - make build - mv spark-deepin-wine-runner.deb ~ + #make build + #mv spark-deepin-wine-runner.deb ~ + sudo apt build-dep . + dpkg-buildpackage -b + cp spark-deepin-wine-runner_*.deb ~/spark-deepin-wine-runner.deb - name: upload result uses: actions/upload-artifact@v1 with: diff --git a/debian/control b/debian/control index 11433e7..fa89b06 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,9 @@ Priority: optional Maintainer: gfdgd_xi <3025613752@qq.com> Rules-Requires-Root: no Build-Depends: - debhelper-compat (= 13), + debhelper-compat, + make, + p7zip-full, Standards-Version: 4.6.2 Homepage: https://gitee.com/gfdgd-xi/deep-wine-runner