mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Fix debain-all and linux-assets
This commit is contained in:
1
.github/workflows/build_push.yml
vendored
1
.github/workflows/build_push.yml
vendored
@@ -133,6 +133,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download JRE
|
- name: Download JRE
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
if: matrix.os != 'linux-assets' && matrix.os != 'debian-all'
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-jre
|
name: ${{ matrix.os }}-jre
|
||||||
path: jre
|
path: jre
|
||||||
|
|||||||
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -134,6 +134,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download JRE
|
- name: Download JRE
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
if: matrix.os != 'linux-assets' && matrix.os != 'debian-all'
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-jre
|
name: ${{ matrix.os }}-jre
|
||||||
path: jre
|
path: jre
|
||||||
|
|||||||
Reference in New Issue
Block a user