diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 336c6e73..8b3ba09d 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -81,7 +81,7 @@ jobs: fail-fast: false matrix: os: -# - debian-all + - debian-all - linux-assets - linux-x64 - macOS-x64 @@ -131,10 +131,10 @@ jobs: with: name: jar path: release -# - uses: actions/download-artifact@v3 -# with: -# name: debian-all -# path: release + - uses: actions/download-artifact@v3 + with: + name: debian-all + path: release - uses: actions/download-artifact@v3 with: name: linux-assets diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5ad307c8..1b221ebe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -82,7 +82,7 @@ jobs: fail-fast: false matrix: os: -# - debian-all + - debian-all - linux-assets - linux-x64 - macOS-x64 @@ -133,10 +133,10 @@ jobs: with: name: jar path: release -# - uses: actions/download-artifact@v3 -# with: -# name: debian-all -# path: release + - uses: actions/download-artifact@v3 + with: + name: debian-all + path: release - uses: actions/download-artifact@v3 with: name: linux-assets diff --git a/scripts/resources/deb/control b/scripts/resources/deb/control index 0de122f3..3ec79b3d 100644 --- a/scripts/resources/deb/control +++ b/scripts/resources/deb/control @@ -2,7 +2,7 @@ Source: tachidesk-server Section: web Priority: optional Maintainer: Mahor1221 -Build-Depends: debhelper-compat (= 12), dh-exec +Build-Depends: debhelper-compat (= 13), dh-exec Standards-Version: 4.5.1 Homepage: https://github.com/Suwayomi/Tachidesk-Server