From 96a9b4dabd7c4ce4df902bb7f258d1037b54a54a Mon Sep 17 00:00:00 2001 From: Mahor Date: Thu, 15 Dec 2022 20:51:42 +0000 Subject: [PATCH] Fix debian release (#463) * Update debhelper-compat to 13 * Re-enable debian release * Re-enable debian release --- .github/workflows/build_push.yml | 10 +++++----- .github/workflows/publish.yml | 10 +++++----- scripts/resources/deb/control | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) 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