mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Fix debian release (#463)
* Update debhelper-compat to 13 * Re-enable debian release * Re-enable debian release
This commit is contained in:
10
.github/workflows/build_push.yml
vendored
10
.github/workflows/build_push.yml
vendored
@@ -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
|
||||
|
||||
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@ Source: tachidesk-server
|
||||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Mahor1221 <mahor1221@pm.me>
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user